h1{
    color: rgb(255, 0, 0);
}
.Header1{
    background-color: blanchedalmond;
    text-align: center;
}
img{
    width: 600px;
    height: auto;
}
.Bottom1{
    font-size: 50px;
}
.Bottom1:hover{
    font-size: 75px;
    color: red;
    font: bold;
}
body{
    background-image: 
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('img/fuckasscat.png');
    
}