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;
   
}
a{
    text-decoration: none;
    color: #000000;
}
a:hover{
    color: #b40606;
    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;
}
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;
}
.footercontainer{
    display: inline-block;
    block-size: auto;
    writing-mode: horizontal-tb;
    font-family: 'Courier New', Courier, monospace;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    background-color: #ffffff;
    font-size: 15px;
}
