
    :root {
	--width: 900px;
}
    @font-face {
        font-family: cooper;
        src: url(fonts/COOPBL.TTF);
    }

    @font-face {
        font-family: vertiky;
        src: url(fonts/Vertiky-lgMGD.otf);
    }
body {
    
    
        background-color: #f4b858;
        font-family: vertiky, sans-serif;
        color:#130331; 
        font-size:140%;
        margin: auto;
    padding: 20px;
    max-width: var(--width);
        


    h1 {color: #27095f;
    font-family:cooper;} 
    
    h2 {color: #27095f;
    font-family:cooper;}  
    
    h3 {color: #27095f;
    font-family:cooper;}  

    p {color:#070114;
        text-align: justify;}
        
    a {color: #bb1010;
	    }

   a:link {
        color: #bb1010;
     background-color: transparent;
    }
    a:visited {
    color: rgb(82, 2, 90);
    background-color: transparent;
    text-decoration: none;
}
   

    img {
    max-width: 100%;;
    object-fit: contain;
    }

    .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}



    



    footer {
        text-align: center;
        border-top: 1pt solid #060101;
        padding: 5pt;
    }
}