.home {
    width: 40vw;
    margin: auto;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.home div {
    margin-block-end: 10vw;
}
