@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');

body{
    font-family: "Pixelify Sans", sans-serif;
    background: rgba(118, 132, 172, 0.911);
text-decoration: none;
}

h2{
    margin-top: -5px;
    text-align: center;
    font-size: 25pt;
    color: rgb(63, 84, 119);
}

.container{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 250px;
    max-height: 350px;
    padding: 70px;
    border-radius: 10px;
    background-color: rgb(177, 189, 209);
    border: 3px solid rgb(49, 57, 80);
    box-shadow: 0px 0px 15px 0px rgb(49, 57, 80);
}

/*
container das células
*/
.grid{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    
}

.celula{
    width: 75px;
    height: 65px;
    font-size: 30pt;
    margin: 4px 2px;
    font-weight: 300;
    padding-top: 10px;
    border-radius: 3px;
    text-align: center;
    background-color: rgb(240, 243, 252);
}

.buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 100px;
    display: flex;
    justify-content:center;
    align-content: center;  
    
}

button .single, .multiplayer {
    text-decoration: none;
  
}

.voltar {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.ColegioRealengo {
    width: 70px;
    border-radius: 10px;
    margin: 10px;
}

.img {
    position: relative;
    width: 100%;
    height: 100vh;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
   
}

.img img {
    width: 30%;
    margin: 40px;
}