@import url('https://fonts.googleapis.com/css2?family=Silkscreen&display=swap');
  


body{
color: black;
background-color: #f1d1d1;

}

h1 {
    
    text-align:center ;
    color: rgb(0, 0, 0);
    font-family:"Silkscreen";
    font-size: 100px;

margin-top: 15%;
  }

a{

    color: rgb(255, 254, 254);
    background-color: rgb(223, 109, 109);
    border: none;
    width: 340px;
    height: 100px;
    border-radius: 50px;
    font-size: 70px;
    font-family: "Silkscreen";
    text-align: center;
    margin-bottom: 100px;
    position: absolute;
    top: 50%;
    left: 40%;
}
a:link {
     text-decoration: none;

}

.mouse{
    width: 500px;
    height: 530px;
    position: absolute;
    top: 40%;
    left: 70%;

}
.settings{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 1%;
    left: 1%;
}

.volume{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 1%;
    left: 5%;
}


