@import url('https://fonts.cdnfonts.com/css/caviar-dreams');

body {
    background-color: #EAE0CF;
}

.logo {
    width: 10%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.redirect {
    width: 100%;
    margin-top: 5%;
}

.redirect * {
    text-align: center;
    font-family: 'Caviar Dreams';
}

.redirect a {
    text-decoration: underline;
    color: #000000;
}