body{
    background-color: #d9d9d9;
    color: #e67300;
    font-family:  'Courier New', monospace;
    font-size: 200%;
    text-align: center;
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#d{
    text-shadow: -2px 2px 5px grey;
}

#btn1{
    background-color: #e67300;
    color: #e67300;
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 20%;
    height: 20%;
}

#btn2{
    background-color: #0d0d0d;
    color: #0d0d0d;
    border: 2px solid #990000;
    border-radius: 50%;
    width: 20%;
    height: 20%;
}

#btn3{
    background-color: #e6ac00;
    color: #e6ac00;
    border: 2px solid #cc2900;
    border-radius: 50%;
    width: 20%;
    height: 20%;
}

#btns{
    padding: 0;
    position: absolute;
    top: 2.5%;
    left: 1.25%;
}
