.home--wrapper {
    width: 100vw;
    height: 100vh;
    text-align: center;
}

.home--wrapper h1 {
    display: inline-block;
    margin: 20% 0;
}
