body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: lightgray;
}

nav {
  background-color: #747373;
  padding: 12px 20px;
}

nav a {
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

section#HomeBackground img {
  width: 1450px;
  height: 450px;
}

section#title {
    outline: 0.2cm solid rgb(3, 59, 133);
    background-color: rgb(0, 255, 234);
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(255, 225, 245);
    margin-left: 0.25cm;
    width: 530px;
    
}
section#aboutme {
    outline: 0.2cm solid rgb(99, 0, 82);
    background-color: rgb(160, 26, 170);
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(252, 230, 255);
    margin-left: 0.25cm;
    width: 530px;
}
section#email {
    outline: 0.2cm solid rgb(3, 133, 57);
    background-color: rgb(101, 212, 151);
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(255, 225, 245);
    margin-left: 0.25cm;
    width: 530px;
}
