.starting{
        width: 500px;
        height: 35px;
        border-radius: 5px;
        background-color: rgb(87, 23, 17);
    }
#startingtext{
    font-size: 30px;
    color: rgb(161, 185, 255);
    text-align: center;
}

.main{
    width: 650px;
    height: 300px;
    border-radius: 10px;
    background-color: rgb(3, 60, 0);
}
 #maintext{
    font-size: 25px;
    color: rgb(255, 144, 144);
    text-align: center;

 }
