

body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-container {
    max-width: 1024px;
    margin: 16px 16px 16px 16px;
}

.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
}

@media screen and (max-width: 480px) {
    .logo {
        width: 280px;
   }
}
@media screen and (min-width: 480px) {
    .logo {
        width: 480px;
   }
} 

.body-headline {
    font-size: 17px;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: bold;
    margin-top: 28px;
}

.body-mid {
    font-size: 15px;
    font-family: "Roboto", "Helvetica Neue", sans-serif;   
    margin-top: 8px;
}
