footer{
    background-color: rgba(0, 0, 0, 0.8);
    height:80px;
    color:white;
    position: fixed;
    left: 0;
    bottom: 0;
    display:flex;
    margin-left: 5px;
    margin-bottom:5px;
    font-family: Arial;
    width:1350px;
}
#subtitle{
    margin:auto;
    margin-top:30px;
    font-size:25px;
}
#start-button{
    margin:auto;
    display:flex;
    margin-top:10%;
    width:130px;
    height:60px;
    font-size:40px;
    background-color:rgb(94, 255, 0);
    border-radius:10px;
}
#start-button:hover{
    background-color:rgb(84, 228, 1);
}
#username{
    margin:auto;
    display:flex;
    margin-top:200px;
    background-color:rgb(230, 83, 29);
    border: 2px solid;
    width:300px;
    height:40px;
    border-radius:20px;
    font-size: 20px;
}
#username-button{
    margin:auto;
    display:flex;
    margin-top:15px;
    background-color:rgb(94, 255, 0);
    border: 2px solid;
    width:70px;
    transition: background-color 1s;
    height:40px;
    font-size: 30px;
}
#username-button:hover{
    background-color:rgb(84, 228, 1);
}
.kapilar{
    width:150px;
    height:auto;
    margin-top:100px;
}

#kapi2{
    transform:rotate(180deg);
    margin-left:300px;
}
#kapi1{
    margin-left:380px;
}

.cevapbutonlari{
    width: 150px;
    height: 45px;
    margin-top:200px;
    font-size: 25px;
    border: 2px solid white;
}
#yes{
    margin-left:500px;
    background-color: green;
}
#no{
    margin-left:80px;
    background-color: rgb(255, 10, 10);
}
#yes:hover{
    background-color: rgb(2, 122, 2);
}
#no:hover{
    background-color: rgb(245, 2, 2);
}