@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");

body {
    background-color:#578CFA;
    margin:0;
    overflow-y: hidden;
    overflow-x: hidden;
}
#mario {
    height:200px;
    padding-top:550px;
    bottom:90;
    position:absolute;
}
.mario {
    height:200px;
    padding-top:550px;
    bottom:90;
    position:absolute;
}
.ground{ 
    height: 10%;
    background-color: #C84C0C; 
    width:100%;
    bottom:0;
    position:absolute;
    background-image: url('https://raw.githubusercontent.com/LantareCode/random-this-and-thats/master/CSS/SuperMario-Animation/images/groundblock.png');  
}
#goomba{
    height:100px;
    padding-top:550px;
    bottom:90;
    position:absolute;
    right:80
}
#start-screen{
    margin:auto;
    text-align: center;
    justify-content: center;
    margin-top:500px;
}
h1{
    margin:auto;
    color:white;
    font-family: "Press Start 2P", cursive;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.presentation-text {
    color: white;
    font-family: "Press Start 2P", cursive;
    font-size: 15px;
    margin:auto;
    margin-top: 250px;
    text-align: center;
    line-height:30px;
    width:80%
}