body {
  background-color: #f2cea2;
  color: #58664b;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.contact-info {
  margin-top: 20px;
}

.contact-info div {
  font-size: 1.2em;
}


.welcome-text {font-weight:bold;
              color:#2d3e1c;
              margin-top:5%;
              text-decoration: none;}

.welcome-text:hover {font-weight:bold;
                     color:#2d3e1c;
                     margin-top:5%;
                     text-decoration: none;}

h1 {font-weight:bold;
    color:#2d3e1c;
    font-size:45px;
    margin-bottom:5%;}