/*

       _           _   ____  _ _ _       _    _ 
      | |         | | |  _ \(_) | |     | |  | |
      | |_   _ ___| |_| |_) |_| | |_   _| |__| |
  _   | | | | / __| __|  _ <| | | | | | |  __  |
 | |__| | |_| \__ \ |_| |_) | | | | |_| | |  | |
  \____/ \__,_|___/\__|____/|_|_|_|\__, |_|  |_|
                                    __/ |       
                                   |___/        
*/
body {
    background-image: url('../img/old.jpg');
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100% !important;
}

img {
    border-radius: 50%;
}

p {
    color: white;
}

a {
    color: white !important;
}

.yeet {
    display: none;
}

@media only screen and (min-width: 1000px) {
    .container {
        height: auto;
        width: 50%;
    }
}

::selection {
    background: white;
}

.icon {
    color: white; 
    font-size: 32px !important;
}
