body {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial, Verdana, sans-serif;
}

.logo {
    width: 300px;
}

.info {
    font-size: 10px;
    margin-top: 5em;
}