*,** {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;

    background-color: #212121;
    color: #fff;
    font-family: Lato;

    height: 100vh;
    width: 100vw;
}

h1 {
    font-size: 60px;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 400;
}

h2 {
    font-size: 40px;
    margin: 0px;
    font-weight: 300;
}

span {
    font-size: 20px;
    display: block;
    font-weight: 300;
}

a {
    color: #fff;
    text-decoration: underline;
}

.wrap-contact {
    padding-top: 30px;
}

.container {
    width: 1200px;
    height: 100%;
    margin: auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
}