@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body{
    font-family: 'Roboto', sans-serif;
}

.kotak1{
    background-color: rgb(1, 84, 236);
    width: 300px;
    height: 30px;
    border-radius: 36px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 5px;
    display: block;
    font-size: 20px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    margin-bottom: 12px;
}

.kotak1:hover{
    background-color: #fed03d;
    color: rgb(44, 44, 44);
}    

.kotak2{
    width: 300px;
    height: 30px;
    border: solid 3px;
    border-color: #fed03d;
    border-radius: 36px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 5px;
    display: block;
    font-size: 20px;
    text-decoration: none;
    color: rgb(44, 44, 44);
    margin-bottom: 12px;
}

.kotak2:hover{
    background-color: #fed03d;
    color: rgb(44, 44, 44);
}    
.header{
    text-align: center;
    font-size: 20px;
}

.header img{
    width: 200px;
    border-radius: 50%;
    margin-top: 10px;
}

.deskripsi{
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    line-height: 50%;
}

.footer{
    text-align: center;
    margin-top: 50px;
    font-size: 15px;
}

.alamat{
    text-align: center;
    margin-top: 25px;
    font-size: 12px;
    line-height: 50%;
}