body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

body .logo {
    max-width: 500px;
    max-height: 400px;
}

body h2 {
    font-family: 'Didot';
    color: #808184;
}