body{
    font-family: 'Courier New', Courier, monospace;
    margin : 10px;
    background-image: url(/an.png) 0.8;  
    background-repeat: no-repeat; 
    background-position: center fixed;
    background-size: cover;
   
}
nav{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
nav a{

    background-color: #e95656dd;
    text-decoration: none;
    color: #000000;
}
nav a:hover{
    background-color: #891717df;
    color: #000000;
    text-decoration: underline;
}
.homebutton{
    float: inline-end;
    
    font-weight: 400;
    font-size: 12px;
    color: rgb(0, 0, 0);
    background-color: #ffffff;
    
    padding:10px;
    margin:5px;
    border:rgba(116, 50, 27, 0.912) dotted 3px;
    border-radius: 40px;

}
.homebutton:hover{
    background-color: rgb(194, 247, 134);
    color: black;
    border-color: #000000 dotted 3px;
    border-radius: 15px;
    text-decoration: wavy;
    transform-style: preserve-3d;
    background-blend-mode: darken;
    padding:7px;
    margin:2px;
}
h1{
    text-align: center;

    font-size: 50px;
}
h2{
    text-align: justify;
    
    font-size: 25px;
    text-indent: 50px;
}
table{
    font-family: 'Courier New', Courier, monospace;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid black;
    border-spacing: 10px;
    padding: 10px;
    background-color: #f9e77e81;
}
td, th{
    border: 1px solid black;
    padding: 10px;
    text-align: center;
    background-color: #f9ff3eaa;
}



p.dot{
    display: block;
    
    align-items: center;
    
    font-size: 60px;
    align-self: center;
    
 }
.quote{
    text-align: justify;
    font-family: 'Courier New', Courier, monospace;
    font-size: 15px;
    text-indent: 50px;
}
.quote:hover{
    background-color: #5671c382;
    color: #ffffff;
}

.author{
    font-family: 'Courier New', Courier, monospace;
    font-size: 15px;
    inset-inline-start: 500px;
    text-align: end;
}

footer {
        display: block;
        width: 100%;
        columns: 1fr 1fr;
        text-align: center;
        padding: 0px;
        font-family: 'Courier New', Courier, monospace;
        font-size: 12px;
        color: #000000;
        background-color: #ffffffbe;
    }
