body{
    background-color: #5a5d84;
    margin: 0px;
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header{
    background-color: #5a5d84;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner{
    background-color: rgb(44, 47, 90);
    height: 70px;
}

.banner__content{
    display: flex;
    justify-content: center;
    max-width: 600px;
    align-items: center;
    height: 100%;
    margin: auto;
    font-family: Inknut Antiqua;
    font-size: 34px;
    color: #E9E5A3;
    font-weight: bold;
}

#grille {
    width: 40vmin;
    height: 40vmin;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: auto;
}

#grille .case {
    border: solid rgb(44, 47, 90) 5px;
    display: grid;
    background-size: contain;
    background-position: center;
    background-color: rgb(60, 63, 100);
}

.cereale{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #5a5d84;
}

#grille .case:hover {
    background-color: #5a5d84;
}

h1{
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #5a5d84;
}

h2{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #E9E5A3;
}

h3{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #f1f1e2;
}

p{

    margin-top: 20px;
    margin-bottom: 20px;
}

nav{
    margin-top: 20px;
    margin-bottom: 20px;
}


#replay:hover{
    background-color: rgb(137, 141, 196);
    font-size: 18px;
}

#replay{
    background-color: rgb(44, 47, 90);
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    color: #E9E5A3;
    transition: 0.3s ease-in-out;
}

footer{
    background-color: rgb(44, 47, 90);
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: auto;
    height: 50px;
}

a{
    color: #E9E5A3;
    text-decoration: none;
    background-color: rgb(23, 25, 47);
    border: none;
    border-radius: 10px;
    padding: 5px 10px;
    transition: 0.3s ease-in-out;
    font-size: 17px;
    display: auto;
}

a:hover {
    font-size: 19px;
    box-shadow: 3px 3px 4px #E9E5A3;
}
