html, body, div, h1 {
    margin: 0;
    padding: 0;
}

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

div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #67bed9;
}

h1 {
    margin-top: 21%;
    font-family: Montserrat, sans-serif;
    font-size: 84px;
    text-align: center;
    color: white;
}
