body {
  background-color: rgb(215, 244, 244);
  font-family: Arial, Helvetica, sans-serif;
}

.avatar {
  width: 300px;
  height: 300px;
}

.header {
  text-align: center;
}

.header_title {
  font-size: 30px;
}

.header_subtitle {
  color: rgb(57, 57, 57);
}

main {
  border: 1px solid rgb(61, 61, 61);
  text-align: center;
}

.skills ol {
  list-style: none;
}

.separator {
  width: 50%;
  height: 3px;
  color: rgb(114, 114, 114);
}

.video {
  width: 760px;
  height: 400px;
}

.ed_table {
  border-collapse: collapse;
  border: 1px solid black;
  width: 100%;
}
.ed_table th,
.ed_table td {
  border: 1px solid black;
  padding: 10px;
}

.quote {
  font-size: 32px;
}

.form input {
  width: 100%;
}

.form {
  width: 600px;
  margin: 0 auto;
}
