.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body {
    background: #000029;
}

a{
    text-decoration: none;
    color: inherit;
}

.hero {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.email {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: white;
    margin: 0;
    font-weight: 400;
}

body{
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: calc(100vh - 80px);
    padding: 40px;
}

.footer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
