body{
    background-color: rgb(50, 56, 136);
}
h1{
    color: rgb(32, 94, 20);
    text-align: center;
    font-size: 60px;
}
p{
    color:black;
    text-align: center;
    font-size: 40px;
}