main {
    padding: 10px 50px;
}

main > h1 {
    font-family: 'Alatsi';
    font-weight: 600;
    font-size: 3rem;
    color: #20c6c8;
}

main > a {
    font-family: 'Atkinson Hyperlegible';
    font-weight: 400;
    font-size: 2rem;

    text-decoration: none;
    color: #1836b2;

    margin-right: 20px;
}