body {
    padding: 0;
    margin: 0;

    font-family: "Archivo", sans-serif;

    background-color: #FDFBF7;
}

h1,h2,h3,h4,h5,p {
    margin: 0;
}

.page {
    height: 100vh;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.brand {
    height: 100px;
    width: fit-content;
}

h1 {
    color: #10352C;
    font-size: 60px;
    font-weight: 500;
}

h2 {
    color: #E2714A;
    font-size: 50px;
    font-weight: 300;
}

.info {
    margin-top: 40px;
}

a {
    color: #E2714A;
    text-decoration: none;
}

.footer {
    margin-top: 20px;
}