* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: rgba(30,31,31,255);
    font-size: large;
    font-family: "Noto Sans Tangsa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

/* write your CSS here */

.header{
    display: inline-flex;
    justify-content: center;
    padding: 20px;
    width: 100%;
    height: 80px;

}

button{
    background-color: rgba(232,221,255,255);
    padding: 10px;
    border-radius: 25px;
}

.button1{
    position: fixed;
    left: 88%;
    width: 120px;
}

.button2{
    position: fixed;
    left: 78%;
    width: 120px;

}
.navbar{
    background-color: bisque;
    display: inline-block;
}

a{
    width: 120px;
    color: rgba(232,221,255,255);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

p{
    font-size: 60px;
    color: rgba(232,221,255,255);
}

h3{
    color: rgba(232,221,255,255);
    font-weight: 10;
    font-size: 20px;
    margin-bottom: 15px;
}

.context{
    position: fixed;
    top: 250px;
    left: 80px;
}

.btn3{
    margin-top: 40px;
    font-size: 35px;
    width: 50%;
}

.image{
    position: fixed;
    left: 900px
}



