
*{
    font-family: overpass;
}
.game-boy{
width: 1200px;
height: 1200px;
background-image: url("https://cdn-icons-png.flaticon.com/512/2094/2094405.png") ;
background-repeat: none;
background-size: cover;

padding:0%;
margin-left: 200px;;
}

body{
    margin:0;
}

canvas{
    position:absolute;
    left: 558px;
    top: 170px;
    border-radius: 0px 0px 50px 0px;
    background-image: url("./images/startrek.webp");
    background-size: cover;
    background-position: 40% 90%;
    

}



.buttonStart{
    width: 150px;
    height: 150px;
    position: relative;
    left: 750px;
    top: -1120px;
    border-radius: 50% 60%;
    border-width: 30px;
    background-color: red;
    font-weight: bold;
}
.buttonReset{
    width: 150px;
    height: 150px;
    position: relative;
    left: 777px;
    top: -1080px;
    border-radius: 50% 60%;
    border-width: 30px;
    background-color: red;
    font-weight: bold;
}




.game{
    background-image: url(./images/space-back.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 90% 90%;
    margin:0;
    padding: 0;
    
}

.text-game{
    width: 350px;
    height: 500px;
    /* background-image: url("./images/frame.png");
    background-repeat: no-repeat; */
    position: relative;;
    top: -1000px;
    left: 50px;
    line-height: 1.7rem;
    color:white;
}

.text-game p{
    
    padding-left: 20px;
    padding-top: 0;
    margin-top: 0;   
    

}
h1{
    padding-top:30px;
    padding-left: 30px; 
    font-size: 40px;
}