/* h1{
    color:mediumpurple;
    text-decoration: line-through;
    font-size: 50px;
    transition: all 1s;
}

h1:hover{
    font-size: 100px;
    color:hotpink;
} */

#outer{
    height: 200px;
    background-image: url('https://steamuserimages-a.akamaihd.net/ugc/932676970231050504/4A91936F8DC9DB7B0E503C8B71C2E653AF449F5E/?imw=637&imh=358&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=true'); 
    background-size: cover; 
    background-position: center;
    
    
}
body{
    background-image: url('https://shsthepapercut.com/wp-content/uploads/2020/01/download-8.jpg'); 
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
}
h1 {
    font-family: monospace;
    font-style: oblique;
    color: rgb(213, 0, 39);
    font-size: 70px; /* Increased font size */
}

h3{
    font-family: monospace;
    color: rgb(71, 213, 0);
}

#lower{
    height: 1%; 
    background-size: cover; 
    background-position: center;
    background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQfyXXy53RROG1ENVMvoNByFqx5z9_8smeLUA&usqp=CAU');
    top: 450px;
    color: rgb(70, 185, 66);
}