* {
    box-sizing: content-box;
}
body {
    margin: 0px;
}
html{
    font-size: 30px;
}

.container {
    text-align: center;
    min-width: 500px;
    max-width: 900px;
    width: 50%;
    margin: 0px auto;
    padding: 20px 50px;
    background-image: url(./thomas.jpg);
    background-size: cover;
    min-height: 100vh;
    border-left: 60px solid rgb(175, 52, 52);
    border-right: 60px solid rgb(56, 30, 153);
    color: white;
}

.container1 {
    color: rgb(177, 46, 46);
    font-size: 2.5rem;
    font-family: 'Alfa Slab One', cursive;
}

.container2 {
    font-size: 1.3rem;
    font-family: 'Carter One', cursive;
}

.container3 {
    font-size: 1.9rem;
    font-family: 'Cairo', sans-serif;
    line-height: 0.9;
}

.container4 {
    font-size: 1rem;
    font-family: 'Oswald', sans-serif;   
}

.container5 {
    font-size: 1.5rem;
    font-family: 'Mali', cursive;
    color: brown;
    text-shadow: 0px 0px 5px red;

    
}

.container6 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 0.9;
    font-family: 'Cookie', cursive;
}

.container7 {
    color: black;
    background-color: white;
    text-align: center;
    width: 900px;
    height: 40px;
    border-radius: 5px;
    transform-origin: top left;
    transform: rotate(-7deg);
    font-family: 'Caveat', cursive;
    font-size: 1.2rem;
    margin-bottom: 20px;
    
}


.container8 {
    text-align: right;
    font-weight: 200px;
    font-size: 1rem;
    font-family: 'DM Mono', monospace; 
 
     
}

.red {
    color: red;
    text-shadow: 0px 0px 5px red;
}