body {
    overflow: hidden;
}

html,
body {
    position: relative;
    background: #D4DFE6;
    min-height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #274c5e;
}

a {
    text-decoration: none;
    color: #274c5e;
    font-family: "TTNorms-Medium";
}

.Container {
    text-align: center;
    position: relative;
}

.MainTitle {
    display: block;
    font-size: 2rem;
    font-weight: lighter;
    text-align: center;
    font-family: "TTNorms-Medium";
}

.MainDescription {
    max-width: 50%;
    font-size: 1.2rem;
    font-weight: lighter;
}


@font-face {
    font-family: "TTNorms-Medium";
    src: url("TTNorms-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}