
html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #31363F;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.information {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text {
    text-align: center;
    font-size: 100px;
    color: #A27B5C;
}

.name {
    text-align: center;
    font-size: 17px;
    color: #85664d;
}
