h1 {
    margin: 0;
    padding: 0;
    text-align: right;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 67.5px;
    transform: translate(67.5px,0);
}

a {
    text-decoration: none;
}

.cont {
    display: flex;
    flex-direction: column;
    height: 100vh;
}