@charset "utf-8";

body{
    width: 100%;
    height: 100vh;
    max-width: 100vh;
    text-align: center;
    margin: auto;
    background-color: rgb(247, 247, 247);
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    font-size: 12px;
}

header {
    line-height: 10vh;
}
header p {
    margin-bottom: 0;
}

.main {
    text-align: center;
    line-height: 80vh;
}
.gradient {
    background: linear-gradient(
    90deg,
    #F4E2DE 0%,
    #F4E2DE 50%,
    #D2E8E3 50%,
    #D2E8E3 100%
  );
}
.logo {
    width: 350px;
}

footer {
    line-height: 10vh;
}
footer p {
    margin-bottom: 0;
}