* {
    font-family: "Roboto", sans-serif;
}

h1 {
    font-family: "Lato", sans-serif;
}
h2 {
    font-family: "Lato", sans-serif;
}

h3 {
    font-family: "Lato", sans-serif;
}

h4 {
    font-family: "Lato", sans-serif;
}

p {
    font-family: "Roboto", sans-serif;
}

a {
    font-family: "Roboto", sans-serif;
}



main {
    display: flex;
    justify-content: center;
    padding: 12px;
}

main div {
    max-width: 1200px;
    width: 100%;
}

.cursor-show {
    cursor: pointer;
}
