main {
    width: 600px;
    height: 100vh;
    margin: auto;
    border-left: 50px solid red;
    border-right: 50px solid blue;
    background-image: url(https://images.unsplash.com/photo-1600762767958-ec987e551850?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=668&q=80);
    background-size: cover;
    text-align: center;
    box-sizing: border-box;
    overflow: auto;
}
h1{
    font-family:'Alfa Slab One', cursive;
    color: cornflowerblue;
    font-size: 40px;
    text-shadow: 0px 0px 5px whitesmoke;
    margin-top: 20px;
    text-align: center;
}
.second {
    font-family: 'Carter One', cursive;
    font-size: 30px;
    color: white;
    text-align: center;
}
.third {
    font-family: 'Cairo', sans-serif;
    font-size: 30px;
    color: white;
    text-align: center;
}
.fourth {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: white;
    margin-bottom: 25px;
    text-align: center;

}
.fifth {
    font-family: 'Mali', cursive;
    color: rgb(230, 24, 58);
    text-shadow: 0px 0px 8px whitesmoke;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;

}
.sixth {
    font-family: 'Cookie', cursive;
    color:whitesmoke;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}
span {
    font-family: 'Caveat', cursive;
    font-size: 20px;
    color:purple;
}
.seven {
    font-family: 'DM Mono', monospace;
    color: white;
    text-align: right;
    margin-top: 30px;
    font-size: 25px;
}