body {
    font-family: 'Noto Sans', sans-serif;
    background-color: #36393f;
  }
  
.profile{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    height: auto;
    max-width: 200px;
    border-radius: 50%;
}

.text{
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.box{
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    max-width: 500px;
    border: black;
    border-style: groove;
    padding: 10px;
    border-radius: 20px;
}

.box:hover{
    border-color: orange;
}


.style{
    text-decoration: none;
    color: #5865F2;
    font-size: 25px;
}

.style1{
    text-decoration: none;
    color: #d22d90;
    font-size: 25px;
}

.style2{
    text-decoration: none;
    color: red;
    font-size: 25px;
}

.style3{
    text-decoration: none;
    color: black;
    font-size: 25px;
}

.style4{
    text-decoration: none;
    color: #1d9bf0;
    font-size: 25px;
}