body {
    display:flex;
    justify-content: center;
    align-items: center;
}

.logo {
    display: block;
    margin-top: 10vh;
    height: 80vh;
}