@import url('https://googleapis.com');

code, pre{
  font-family: 'Iosevka Charon Mono', monospace;
}

body {
     background-color: #000000;
     color: #ffffff;
     margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h4 {
   color: grey;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

main {
    flex: 1;
    padding: 20px;
}


footer {
    position: fixed;   
    bottom: 20px;      
    left: 50%;         
    transform: translateX(-50%); 
    z-index: 9999;     
}

.bottom-btn {
    background-color: #ffffff;
    color: black;
    border: none;
    padding: 15px 30px;
    font-size: 16px; 
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    white-space: nowrap; 
}

.bottom-btn:hover {
    background-color: #ffffff;
}

