.body
{
    background-attachment: fixed;
    background-repeat: round;
    background-image: url(assets/../../img/bg.jpg);
    align-items: center;
}
.box-1
{
    max-width: fit-content;
    background-color: #a0a0a072;
    margin: 100px;
    -webkit-border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    border-radius: 40px 40px 40px 40px;
    padding: 10px;
    padding: 10px;
}
.box-2
{
    background-color: #4891b3b6;
    margin: 100px;
    -webkit-border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    border-radius: 40px 40px 40px 40px;
    padding: 10px;
    padding-bottom: 200px;
}
.box-center {
    display: flex;
    justify-content: center;
}
.button-1 {
    background-color: #7A7A7A; /* Green */
    border: none;
    color: rgb(0, 0, 0);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    border-radius: 40px 40px 40px 40px;
}
.img-profil {
    max-width:100%;height:auto
}
.img-profil {
    padding:.25rem;
    background-color:#fff;
    border:1px solid #dee2e6;
    border: radius 0.25rem;
}
.tfm-img {
    padding: 10px;
    padding-bottom: 30px;
}
.text-1 {
    padding-left: 150px;
    padding-right: 150px;
    text-align: center;
}
.text-2 {
    padding: 10px;
    float: inline-start;
}
.text-2-end {
    float: inline-end;
}
ul{
    list-style: none;
}