body{
    background-color: rgb(2, 1, 59);
    color : white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 200px;

}

h1{
    font-size: 50px;
}

p{
    font-size: 20px;
}

h2{
    font-size: 30px;
    color: yellow;
}