body {
color: white;
font-family: roboto, arial;
padding: 0;
background-color: black;
    }

.nav_headerleft {
    flex: 1;
    padding: 1rem;
    }

.navmain {
    background-color: bisque;
    display: flex;
    justify-content: space-between;
  }

.link_home, 
.link_play, 
.link_contact {
cursor: default;
pointer-events: none;  
text-decoration: none;
}

.nav_headerleft {
flex: 1;
border: 1px solid blue;
}

.header {
    border: 5px solid green;
    flex-direction: column;
    justify-content: space-between;
  }


h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.25rem;
}

h3 {
    font-size: 2.0rem;
}


h4 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.5rem;
}

div {
    border: 1px solid red; 
}