body {
 background-color: #F5F5F5;
}

#aboutme1 {
  font-size: 100px;
  text-decoration: underline;
  text-align: center;
  background-color: #FF6347;
  margin: 0px;
  margin-left: 180px;
  margin-right: 180px;
  border-radius: 12px;
  border: 3px solid black;
  box-shadow: 15px 10px 20px;
}


#main1 {
  font-size: 25px;
  text-align: center;
  font-family: Times New Roman;
  background-color: #FF6347;
  border: 3px solid black;
  border-radius: 12px;
  box-shadow: 15px 10px 20px;
  
}

#more {
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  text-decoration: underline;
}

#textbox1 {
  background-color: #DCDCDC;
  margin: 0;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 13%;
  transform: translate(-50%, -50%);
  border-radius: 5%;
  width: 15vw;
}

#quote1 {
  font-size: 35px;
}

#textbox2 {
  background-color: #DCDCDC;
  margin: 0;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 87%;
  transform: translate(-50%, -50%);
  border-radius: 5%;
  width: 15vw;
}

#quote2 {
  font-size: 35px;
}
#myself {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: block;
  border-radius: 12px;
  box-shadow: 15px 10px 20px;
  border: 5px solid white;
}

.container {
  display: flex;
  margin-bottom: 2vh;
  background-color: #FF6347;
  height: 20vh;
  border: 3px solid black;
  border-radius: 12px;
  box-shadow: 15px 10px 20px;
  padding-top: 5px;
}


#space-around {
  justify-content: Space-Around;
}

#projects {
  background-color: #FF6347;
  padding: 10px;
  border: 3px solid black;
  border-radius: 12px;
  box-shadow: 15px 10px 20px;
}

#imgl {
  border: 3px solid black;
  border-radius: 12px;
}

#links:hover {
  color: white;
  font-size: 24px;
}

#links:active {
  color: white;
}