body, html {
    margin: 0;
    padding: 0;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

h1 {
    font-family: Raleway, serif;
    font-size: 24px;
    font-weight: 600;
    font-style: bold;
    padding-bottom: 10px;

}

h2 {
    font-family: Raleway, serif;
    font-size: 24px;
    font-weight: 100;
    margin: 0px;
    padding-bottom: 10px;
}

.main-container {
    width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    padding: 50px;
}