html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.main-visual {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}