body{
    background-color: #393E46;
}

.heading-container{
    display: flex;
    justify-content: center;
    width: 100%;
}

h1{
    margin: 20px;
    font-size: 5rem;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: rgb(71, 213, 218);
}

.container{
    display: flex;
    justify-content: space-evenly;
    padding: 0%;
}

.result-container{
    margin: 23.5px;
}

.btn-container{
    
    display: grid;

    

    margin-top: 50px;
}

.button{
    background-color: rgb(71, 213, 218);
    border: #393E46;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 3px 3px rgb(45, 109, 111);
    cursor: pointer;
    margin-bottom: 10px;
}

.button:hover{
    background-color: rgb(47, 149, 152);
}

.button:active{
    background-color: rgb(45, 109, 111);
}

.player-div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

p{
    margin: 0;
    font-size: 2.5rem;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: rgb(71, 213, 218);
}

footer{
    margin-top: 5%;
    color: white;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    display: flex;
    justify-content: center;
    
}

.hidden{
    visibility: hidden;
}
