* {
  max-width: 700px;
  margin: auto;
}

body {
  background-color: #ecf0f1;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #2c3e50;
  margin: 0;
  padding: 40px;
  font-size: 13px;
}

div {
  border-radius: 5px;
}

#title {
  margin-left: 3%;
}

.stuff {
  border: 2px solid #2c3e50; 
  border-radius: 8px;      
  background-color: #fff;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#name {
  font-family: Sacramento;
  float: right;
  margin-top: 10px;
  margin-right: 4%;
}

.head {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}

/* a {
  color: black;
  text-decoration: none;
} */

@media only screen and (max-width: 430px) {
  .left,
  .right {
    display: none;
  }
  .stuff {
    width: 100%;
    margin-left: 10px;
  }
}

/* hr {
  border: none;
  height: 2px; 
  background-color: #333; 
} */