
head{
    font-family:Georgia, 'Times New Roman', Times, serif
}
body{
    background-color: rgb(4, 70, 29);
    border-style: dotted;
    border-color: green;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif; 
     padding: 20px 60px;
    margin: 50px
}