html, body {
    background-color: #f1efe7;
}

.logos {
    cursor: pointer;
}

.texts {
    margin-top: 70px;
}

.text {
    font-size: 24px;
    color: #0f0905;
}
.text a {
    color: #0f0905;
    text-decoration: none;
}
.text a:hover {
    text-decoration: underline;
}
.text2 {
    color: #067c27;
    font-weight: 900;
}