body { 
    margin: 0;
    font-family: ComicNeue;
 }

ul {
    list-style-type: none;
    margin: 0;
    padding: 1.1vh 0;
}

.nav_btn {
    display: inline;
    padding: 0 3vh;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.9vh;;
  }

#content {
    text-align: center;
}

img {
    height: 80%;
    width: 80%;
    margin-top: 6vh;
}

header {
    background-color: red;
    padding: 2.5vh 0 12vh 0;
    display: flex;
    justify-content: center;
}

#divContainer {
    display: flex;
    justify-content: center;
}

#cont {
    width: 50%;
    background-color:white;
    align-self: center;
    margin-top: -9.5vh;
    position: relative;
}

p {
    padding: 0 14vh;
}

.p_top {
    margin-top: 2.5vh;
}

h1 {
    color: white;
    font-family: Kelvinized;
    border: .4vh white solid;
    width: 50%;
    padding: 1vh 0;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 1vh 1vh rgba(0, 0, 0, 0.2)
}

h2 {
    margin-top: 4vh;
}

h3 {
    margin-top: 2.5vh;
}

.item {
    font-weight: bold;
}

@font-face {
    font-family: Kelvinized;
    src: url("./Kelvinized.ttf");
}

@font-face {
    font-family: ComicNeue;
    src: url("./ComicNeue.ttf");
}