body {
    margin: 0;
    background-color: #800020;
    font-family: 'Libre Baskerville';
    display:flex;
    justify-content: center;
    align-items:center;
    height: 100vh;
}

nav {
    background-color: #800020; /*Burgundy*/
    border-radius: 30px;
    padding: 60px;
    margin: 20px;
    text-align:center;
    color: white;
}

.header {
    display: inline-block;
    border: 7px solid white;
    padding: 30px 50px;
    font-size: 48px;
    border-radius: 20px;
}

.text {
    margin-top: 50px;
    font-size: 20px;
    line-height: 1.5;
}