body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #2e323c;
  color: white;
}
h1{
  color:#dbdc85;
  font-size:40px;
}
h2{
  font-size:30px;
}
h3{
  color:white;
  font-size:25px;
}
h4{
  color:#dbdc85;
  font-size:40px;
}
h1,h4{
  font-family: courier, monospace;
}
main {
  padding: 2rem;
  margin: auto;
  width: 55%;
  padding: 5%;
}
#U {
  font-size:17.5px;
  color:white;
  text-decoration: none;
}
#E {
  text-decoration: underline;
  font-size:25.5px;
  color:#00FF00;
}
#link {
  color: #00FF00;
}
#margin{
  margin-top: 7.5%;
}
section {
  margin-bottom: 2rem;
  text-align: center;
}
img{
  width: 40%;
}
p{
  font-size:20px;
}

.contact-details {
  display: flex;
  justify-content: space-between;
}

.contact-details div {
  width: 90%;
  padding: 0 9rem;
}

.instagram-link {
  color: #00FF00; /* change the color of the link text */
  list-style-type: none; /* remove the bullet point from the link */
}
.instagram-link:hover,#link:hover,#e:hover{
  color:#dbdc85;
}
