body {
    background-color: rgb(112, 156, 223);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 6px;
}

.atividade {
    height: 100px;
    width: 90%;
    background-color: rgb(209, 129, 129);
    padding: 10px;
    border-radius: 6px;
    box-shadow: 2px 2px 2px;
}

.resultado {
    height: 50px;
    width: 40%;
    background-color: rgba(20, 20, 20, 0.363);
    padding: 10px;
    border-radius: 6px;
    box-shadow: 2px 2px 2px;
}

a {
    text-decoration: none;
}