body {
  background-color: #1c1c1b;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
    color: #bfbfbf;
    font-size: 15px;
    text-align: center;
    margin-top: 150px;
    font-weight: 100;
    font-family: sans-serif
}

.tagline {
    color: white;
    font-size: 35px;
    text-align: center;
    margin-top: 50px;
    font-weight: 500;
    font-family: sans-serif;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  height: 150px;
}

.rectangle {
  width: 350px;
  height: 200px;
  border: 1px solid #2e2e2e;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.rectangle h2 {
    color: #bfbfbf;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 100;
    font-family: sans-serif;
}

.project h3 {
    color: #bfbfbf;
    font-size: 15px;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 100;
    font-family: sans-serif;
}

.project p {
    color: #bfbfbf;
    font-size: 15px;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 80px;
    font-weight: 100;
    font-family: sans-serif;
}

.writing-section h2 {
    color: #bfbfbf;
    font-size: 15px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 70px;
    font-weight: 100;
    font-family: sans-serif;
}


.contact-section p {
    color: white;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 100;
    font-family: sans-serif;
    text-decoration: underline;
}
