/*
Fonts
*/
@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap');

h1{
    text-align: center;
    color: white;
    font-family: 'Black Ops One', cursive;
}

a{
    color:white;
    text-decoration: none;
}

a:hover{
    color:black;
    background-color: white;
}

body{
    background-color: black;
    
}

#logo{
    width: 60%;
    display: block;
    margin:auto;
    filter: invert(1);
}