body {
  background-color: #eaf6f6;
  font-family: 'Roboto', sans-serif;
  font-size: 1.75rem;
}

button {
  border: none;
  color: #11999E;
  font-size: 16px;
  padding: 15px 32px;
  position: relative;
  left: 15rem;
  top: 2rem;
}

button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

h1.heading {
  padding-left: 2.4rem;
}

input[type=text] {
  width: 40%;
  padding: .5rem 1.5rem;
  border: none;
  border-bottom: 2px solid #11999e;
  background-color: transparent;
}

textarea {
  width: 50%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;

  border-radius: 4px;
  /* background-color: #f8f8f8; */
  resize: none;
  border: none;
  border: 2px solid #11999e;
  background-color: transparent;
}

label {
  padding-left: .5rem;
}

li {
  font-size: 1.5rem;
  padding-left: 4rem;
}

/* The alert message box */
.alert {
  padding: 20px;
  background-color: #f44336;
  /* Red */
  color: white;
  margin-bottom: 15px;
}

.alert-success {
  padding: 20px;
  background-color: #4CAF50;
  /* Red */
  color: white;
  margin-bottom: 15px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

.home {
  
display: inline-block;
width: 10%;
position: absolute;
right: 2rem;
top: 1rem;

}

.mac1 {
  width: 35%;
  position: absolute;
  left: 45rem;
  top: 1rem;
}

.name-area {
  padding-bottom: 2rem;
}

.email-area {
  padding-bottom: 2rem;
}
