body{
     text-align: center;
     background-image:linear-gradient( to bottom right , rgb(212, 43, 71), rgb(190, 85, 103), rgb(212, 141, 153));
     background-repeat: no-repeat;
     background-size: cover;
     height: 500px;
}

h1{
    background-color: rgb(189, 31, 118);
    
}
.container{
    margin-top: 100px;
    background-color: rgb(241, 175, 214);
    height: 300px;
    width: 700px;
    text-align: center;
    border: 2px solid rgb(238, 90, 238);
    border-radius: 15px;
}


#restart{
    display: none;
    
}