html {
    height: 100%;
}

body {
    background-color: #1a1a1a;
    font-family: 'Ubuntu', sans-serif;
    color: white;
    height: 100%;
}

.wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}

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

.text_wrapper h1 {
    font-size: 4em;
    margin-bottom: 0px;
}