h1{
    text-align: center;
    text-decoration: underline;
    text-shadow: 20%;
    background-color: antiquewhite;
    opacity: 0.5;
}
body {
    background-image: url(https://i.pinimg.com/564x/4e/62/f6/4e62f6ce1ccec8ace9b878d17ec91799.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-blend-mode: color-dodge;
  }
.instructions{
    text-align: center;
    text-decoration: underline;
    text-shadow: 20%;
    background-color: antiquewhite;
    opacity: 0.5;
    font-weight: 600;
}

#imgContainer{
    margin: 0 auto;
    width: 60%;
    text-align: center;
}

.name{
    font-family: papyrus;
    text-align: left;
    padding-top: 20px;
    font-size: large;
    padding-left: 30px;
    font-weight: 600;
    background-color: antiquewhite;
    
    
    
}

.campN{
    font-family: papyrus;
    text-align: left;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: large;
    font-weight: 600;
    background-color: antiquewhite;
    
}

.level{
    padding: 20px;
    font-family: papyrus;
    font-size: large;
    padding-left: 30px;
    font-weight: 600;
    background-color: antiquewhite;

}

.prof{
    padding: 20px;
    padding-left: 30px;
    font-weight: 600;
    background-color: antiquewhite;
}