html{
background-color: white;
}
#nav{
  background-color: white;
  padding: 10px;
  margin-top: 0px
  top:0;
  font-size: 20px;
}

p{
  background-color: inherit;
  color: black;
  padding: 0px;
  text-align: center;
}
a, a:focus, a:active{
  text-decoration: none;
  color: inherit;
}
a:hover{
  background-color:#E2A06F;
  border-radius:15px;
  padding:0px;
  opacity: .7;
  border-top: 5px;
  transform: scale(5);
  color: black;
}
body {
  font-family: 'Courier New', monospace;
  text-align: center;
}
h1{
  color:black;
  text-align: center;
  font-weight: normal;
  font-size: 40px;
}
.content{
  text-align: center;
  background: none;
}

.container {
  background-color: #E2A06F;
  display: flex;
  justify-content: center;
  border: 1px solid white;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.aboutmecontainer {
  background-color: #EFB5BA;
  display: flex;
  justify-content: center;
  border: 1px solid white;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 2.5;
}
.classschedulecontainer {
  background-color: #E6EFB5;
  display: flex;
  justify-content: center;
  border: 1px solid white;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.container2 {
  opacity: .5;
  background-color:white;
  justify-content: center;
  border: 1px solid white;
  border-radius: 15px;
}

img {
  max-width: 100%;
  height: 100%;
}

.jordy {
  flex-basis: 40%;
  margin-left: 0%;
  left:0;
}

.text {
  font-size: 20px;
  padding-left: 10px;
  margin-left: 0px;
  margin-bottom: 0px;
}

#footer{
  background-color: white;
  color: black;
  padding: 5px;
  text-align: center;
  bottom: -15px;
  margin-bottom: 0px;
}
