html{
    background-color: rgba(238, 152, 3, 0.733);
    font-family: 'Courier New', Courier, monospace;
    font-weight: 500;
    
    
}

header{
    font-size:100px ;
    text-align: center;
    color: red;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

p{
    text-align: justify;
    font-size: larger;

}

ul{
    color: rgb(237, 237, 231);
    font-size:15px ;
    
}

h2{
    text-align: center;
    font-style: italic;
    font-size: 12px;
    color: rgb(14, 98, 14);
}

img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
