* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
}

body {
    height: 95vh;
    width: 95vw;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: rgb(53, 86, 170);
}

.CobrinhaGames {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 60%;
    height: 100vh;
}

.Cobrinha-Titulo {
    display: flex;
    align-items: left;
    justify-content: center;
    width: 25%;
    padding: 10px;
    margin: 10px;
}

.Cobrinha-Corpo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 15px;
    margin: 15px;
}

.Cobrinha-help {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: right;
    background-color: #ffffff;
    width: 25%;
    padding: 1.3rem 0;
    margin: 30px;
    border: 1px solid lightgray;
    padding-left: 30px;
}

.objetivos {
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: center;
    background-color: white;
    color: rgb(00, 00, 00);
    padding: 10px;
    margin: 10px;
}

.regras {
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: center;
    background-color: white;
    color: rgb(00, 00, 00);
    padding: 10px;
    margin: 10px;
}

.fundo {
    display: flex;
    justify-content: space-between;
    align-items: left;
    flex-direction: column;
    background-color: #ffffff;
    width: 100%;
    padding: 1.3rem 0;
    margin: 10px;
    border: 1px solid lightgray;
    padding-right: 3cm;
}

.footer {
    position: fixed;
    left: 0;
    margin-top: 2rem;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}