html,
body {
    min-height: 100vh;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.125rem;
    color: rgba(250,250,250,.8);
    line-height: 1.5;
    text-align: center;
    font-weight: 300;
    width: 100%;
}

body {
      font-family: "Inter", sans-serif;
      background: hsl(219, 58%, 11%);
}

.logo {
    max-width: 350px;
    width: 100%;
    margin: auto;
    height: auto;
    margin-bottom: 1rem;
}

main {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

p {
    max-width: 40rem;
}

.ico {
    position: fixed;
    top: 4vh;
    left: 4vh;
}
