* {
    box-sizing: border-box;
}
.container {
    text-align: center;
    margin: 0 auto;
    width: 50%;
    background-image: url(./img/photo-1639883719305-bca8ce393ef0.png);
    height: 100vh;
    background-size: cover;
    border-left: 50px solid firebrick;
    border-right: 50px solid navy;
    padding: 20px;
}
.one {
    color: salmon;
    font-size: 40px;
    font-family: 'Alfa Slab One', cursive;
}
.two {
    color: white;
    font-size: 20px;
    font-family: 'Carter One', cursive;
}
.three {
    color: white;
    font-size: 20px;
    font-family: 'Cairo', sans-serif;
}
.four {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}
.five {
    color: salmon;
    font-size: 20px;
    font-family: 'Mali', cursive;
    
}
.six {
    color: white;
    font-size: 20px;
    font-family: 'Cookie', cursive;
    margin-bottom: 45px;
}
.seven {
    color: black;
    background-color: white;
    font-family: 'Caveat', cursive;
    font-size: 20px;
    transform: rotate(-5deg);
    margin-bottom: 40px;

}
.eight {
    margin-top: 40px;
    color: white;
    text-align: right;
    font-family: 'DM Mono', monospace;
}