@font-face {
    font-family: bungee;
    src: url(Bungee-font/Bungee-Regular.ttf);
}

body{
    margin: 0;
    padding: 0;
    background: black;
    font-family: bungee;
    color: white;
}

header{
    margin-top: 3rem;
    text-align: center;
}

h1{
    font-size: 2rem;
    margin-top: 20px;
}

#human-skull canvas{
    width: 100vw ;
    height: 100vh ;
    position: absolute;
    top: 0;
    left: 0;
}

p{
    right: 0;
    bottom: 0;
    position: absolute;
    font-size: 10px;
}
