html,
body{
    overflow: hidden;
}

body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.logo{
    padding-bottom: 25px;
}

.menu{
    padding-bottom: 25px;
    text-align: center;
    line-height: 25px;
}