* {
    font-family: "Lato", "Trebuchet MS", sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.22em;
    user-select: none;
}

body,
html {
    margin: 0;
    height: 100%;
}

body {
    background: url('assets/landing.png');
    background-size: cover;
}

.landing-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.logo img {
    min-width: 300px;
    width: 40vh;
    margin-bottom: 32px;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
}

.title span {
    font-size: calc(13px + 2vw);
    text-align: center;
}

.features {
    margin-bottom: 120px;
    font-size: calc(9px + 1vw);
}

.social {
    display: flex;
    column-gap: 55px;
}

.social a img {
    width: 70px;
}