* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Libre Baskerville', serif;
    font-family: 'The Nautigal', cursive;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
}

img {
    display: flexbox;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

p {
    color: #FFFFFF;
    font-size: 72px;
    font-weight: bold;
    display: flexbox;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.old {
    bottom: 100px;
}