

body {
    width:100%; 
    height: 100vh;
    background-color: rgb(9, 9, 99);
    align-items: center;
    text-align: center;
    color:white;font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-family: 'code';
 
}
h1{
    color:red;
}
span{
    font-size: 40px;
    color:red;
}
li{
    list-style: none;
}
button{
    width:100%;
    height: 60px;
    background-color: rgb(212, 27, 27);
    color:white;
    font-family: 'code';
    
}
@font-face {
    font-family:'code' ;
    src: url('./fonts/PressStart2P-Regular.ttf');
}