html{
  /* background-color: rgb(172, 67, 0); */
background-color: rgb(136, 45, 0);
  /* background-color: white; */
  margin: 0,0,0,0;

}

body{
  height: 100vh;
  font-family: times;
  /* color: rgb(238, 106, 31); */
  color: rgb(255, 92, 0);
  font: 30px;
}

#description{
  /* color: rgb(238, 106, 31); */
  color: rgb(255, 92, 0);
  /* color: black; */
  /* background-color: rgb(228, 228, 219); */
  font-size: 30px;
  line-height: 1.25;

}

p{
  /* font-size: 30px; */
  margin: 0;
  font-size: 30px;
}

main{
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

footer{
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  bottom: 1vh

}

ol{
  /* color: rgb(238, 106, 31); */
  color: rgb(255, 92, 0);
  /* color: rgb(255, 157, 38); */
  /* color: black; */
  font-size: 30px;
  /* background-color: rgb(228, 228, 219); */
  list-style-position: outside;
  padding-left: 0px;
  list-style: none;
  line-height: 1.25;

}


img{
  color: color: rgb(238, 106, 31);
}



#contact{
  /* color: rgb(238, 106, 31); */
  color: rgb(255, 92, 0);
  /* color: black; */
  font-size: 20px;
  /* background-color: rgb(228, 228, 219); */
  line-height: 1.25;

}

/* #k {
  height: 300px;
  position: relative;
  left: 500px;
  bottom: 200px;
} */

a:link{
  /* color: rgb(238, 106, 31); */
  color: rgb(255, 92, 0);
  /* color: black; */
  text-decoration: none;
  /* background-color: rgb(228, 228, 219); */
  /* transform: rotateZ(30deg); */
}

a:active{
  /* color: rgb(238, 106, 31); */
  color: rgb(255, 92, 0);
  color: black;
  text-decoration: none;
  background-color: rgb(228, 228, 219);
}

a:hover{
  /* font-style: italic; */
  background-color: rgb(144, 61, 0);
  border-bottom: 1.5px dotted rgb(255, 92, 0);
  display: inline-block;
  /* transform: rotateZ(4deg); */
}

a:visited{
  /* color: rgb(238, 106, 31); */
  color: rgb(255, 92, 0);
  /* color: black; */
  text-decoration: none;
  /* background-color: rgb(228, 228, 219); */
}

.linethrough{
  text-decoration: line-through;
}

/* headers */
h2{
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  text-align: center;
  width: 147px;
  /* transform: rotate(20deg); */
}

#rotate1{
  transform: rotate(-10deg);
}

#rotate2{
  transform: rotate(18deg);
}

#rotate3{
  transform: rotate(18deg);
}

#email{
  /* border-bottom: 1.5px dotted rgb(255, 92, 0); */
}
