* {
    background-color: #F5E2C8;
}

.body {
    height: 4000px;
}

.right {
    position: fixed;
    background-color: transparent;
    right: 5%;
    top: 50px;
    z-index: 10;
}

.about button{
    position: fixed;
    right: 5%;
    width: 125px;
    height: 60px;
    background-color: #F5E2C8;
    color: #18206F;
    font-size: 20px;
    border-radius: 15px;
    border: none;
    transition: background-color 0.5s, color 0.5s;
}

.about button:hover {
    background-color: #18206F;
    color: #F5E2C8;
}

.name button{
    position: fixed;
    left: 5%;
    top: 50px;
    width: 200px;
    height: 80px;
    background-color: rgb(245, 226, 200);
    color: rgb(24, 32, 111);
    font-size: 30px;
    border-radius: 25px;
    border: none;
    transition: background-color 0.5s, color 0.5s;
}

.why-us button{
    position: fixed;
    right: 25%;
    width: 125px;
    height: 60px;
    background-color: #F5E2C8;
    color: #18206F;
    font-size: 20px;
    border-radius: 15px;
    border: none;
    transition: background-color 0.5s, color 0.5s;
}

.why-us button:hover {
    background-color: #18206F;
    color: #F5E2C8;
}

.main-text {
    position: absolute;
    top:30%;
    left: 10%;
    width: 700px;
    font-size: 20px;
}

.title {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 700px;
    font-size: 20px;
}

.image {
    position: absolute;
    left: 35%;
    top: 125%;
}

@media (min-width: 50.75em) {
    * {
        background-color: #F5E2C8;
    }
    
    .body {
        height: 4000px;
    }
    
    .right {
        position: fixed;
        background-color: transparent;
        right: 5%;
        top: 50px;
        z-index: 10;
    }
    
    .about button{
        position: fixed;
        right: 5%;
        width: 125px;
        height: 60px;
        background-color: #F5E2C8;
        color: #18206F;
        font-size: 20px;
        border-radius: 15px;
        border: none;
        transition: background-color 0.5s, color 0.5s;
    }
    
    .about button:hover {
        background-color: #18206F;
        color: #F5E2C8;
    }
    
    .name button{
        position: fixed;
        left: 5%;
        top: 50px;
        width: 200px;
        height: 80px;
        background-color: rgb(245, 226, 200);
        color: rgb(24, 32, 111);
        font-size: 30px;
        border-radius: 25px;
        border: none;
        transition: background-color 0.5s, color 0.5s;
    }
    
    .why-us button{
        position: fixed;
        right: 12.5%;
        width: 125px;
        height: 60px;
        background-color: #F5E2C8;
        color: #18206F;
        font-size: 20px;
        border-radius: 15px;
        border: none;
        transition: background-color 0.5s, color 0.5s;
    }
    
    .why-us button:hover {
        background-color: #18206F;
        color: #F5E2C8;
    }
    
    .main-text {
        position: absolute;
        top:30%;
        left: 15%;
        width: 750px;
        font-size: 20px;
    }
    
    .title {
        position: absolute;
        top: 15%;
        left: 15%;
        width: 750px;
        font-size: 20px;
    }
    
    .image {
        position: absolute;
        left: 60%;
        top: 30%;
    }
 }