@font-face {
    font-family: 'Heavy Gothik';
    src: url('/archives/red/fonts/HeavyGothik.ttf') format('truetype');
}
@font-face {
    font-family: 'BGTHC';
    src: url('/archives/red/fonts/BGTHC.ttf') format('truetype');
}

body {
    background-color: #1f1f1f;
    color: darkred;
     font-family: 'BGTHC', Arial, sans-serif;
}

p {
    text-align: center;
    padding: 5px;
    font-size: 25px;
    font-family: 'Times New Roman'
}

h1 {
    text-align: center;
    font-size: 50px;
    font-family: 'Heavy Gothik', Arial, sans-serif;
}
div {
   background: black;
 }

.custom-button {
    background-color: black;
    color: darkred;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.custom-button:hover {
    background-color: darkred;
}

  a:visited{  
        color: grey;  
         }  
         a:hover{  
        color: darkgrey;  
         }  
         a:active{  
        color: darkred;  
         }  
         a:link{  
        color: white;  
         }  
         p{  
         font-size: 20px;  
         }  

.text-center {
  text-align: center;
}

h2 {
    color: darkred;
    text-align: center;
    font-size: 50px;
    font-family: 'Heavy Gothik', Arial, sans-serif;
}

h3 {
    text-align: center;
    font-size: 30px;
    font-family: 'BGTHC', Arial, sans-serif;
    color: red;
}






