@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Raleway";
}

body {
    background-color: gray;
    color: white;
}

h1 {
    font-weight: 500;
    font-size: 72px;
    margin: 0
}

.teaser-text {
    font-style: italic;
    font-size: 24px;
}

.flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}