header, footer{
    margin: 0px;
    background-color: black;
    color: aliceblue;
    position:relative;
    text-align: center;
    padding: 2%;
}
h4{
    padding: 4px;
    margin:5px;
}
h2{
    padding:10px;
    margin:4px;
}
p{
    padding: 5px;
    margin: 10px;
}

h3{
    padding: 4px;
}
*{
    text-align: center;
    margin: 0px;
    padding: 0%;
}

a{
    color: rgb(255, 9, 9);
    text-decoration: none;
    margin: 10px;
    color: rgb(234, 13, 13);
}
a:hover{
    text-decoration: underline;
    text-decoration-color:currentColor;
}

header{
    font-family: "kandit", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif 
}
main{
    font-family: "lato", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h2{
    text-decoration:underline ;
}

dd{
    font-weight: 200;
    padding: 5px;
}

.w {  
    width: 300px;  
    height: 200px;  
}  
.e{
    width: 250px;
    height: 250px;
}
.n{
    width: 340px;
    height: 230px;
}
.p{
    width: 300px;
}
.b{
    width: 200px;
}