body {
     font-family: "Archivo", sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: #444B54;
}

h1, h2, h3 {
    font-weight: 800;
    color: #71C2FF;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}