body{
    background-color:rgb(255, 255, 255);

}
h1{

    color:#17121b;
    font-family:Georgia, 'Times New Roman', Times, serif;
     text-align: center;
     font: 50px;
}
p{
    color:#000000;
    font-family:'Courier New',Courier, monospace;
    font-size:  25px; 
    text-align: center;
}

.container{
    width: 20%; 
    margin: 0 auto;
    font-size: 30px;
}


#aaa {
    width: 100%;
}

