
body{
    background-image: url(/ecaf.jpg);
    background-size: cover;
    opacity: 0.75;
    font-family: 'Courier New', Courier, monospace;
}
a{
    text-decoration: none;
    color: #ffffff;
    text-shadow: rgb(64, 64, 59) 1px 1px 1px;

}
p{
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}
a:hover{
    color: #ff0000;
    text-decoration: wavy;
}
h1{
    font-size: 30px;
    text-align: center;
    position: center; 
    font-weight: 600;
    color:rgb(255, 240, 106);
    letter-spacing: -6px;
}
h2{
    font-size: 30px;
    text-align: center;
    position: center; 
    font-weight: 600;
    color:rgb(255, 208, 79);
    letter-spacing: -7px;
}
main{
    background-image: url(/P/bg_icons/ecaf.jpg);
    opacity: 0.75;
    background-size: cover;
    text-align: center;
    color: cornflowerblue;
    margin-block-start: 50%;
    border-radius: 2px;
    padding: 10px;
}
article{
    


    text-align: center;
    color:darkseagreen
   
}   
h3{ 
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
    font-weight: 400;
}
footer{
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
    color:rgb(255, 208, 79)
}