html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
}
body {
    margin: 0;
    color: white;
    background-color: #232f3d;
}

.flex-container {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.image {
    height: 100%;
}

.image-area {
    height: 70%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.text-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.title {
    font-size: xx-large;
    font-weight: 900;
}

.subtitle {
    margin-top: 20px;
    font-size: small;
    font-weight: 200;
}

.copyright {
    margin-top: 40px;
    font-size: large;
    font-weight: bold;
}
