body {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
  background: #f5f5f5;
  line-height: 2rem;
}

img {
    border-radius: 8px;
}

.sub_form form{
    display: grid;
    grid-template-columns: 2fr 4fr 1fr;
    grid-gap: 1rem;
    max-width: 400px;
}

.sub_form input{
    border-radius: 3px;
    padding: 0.2rem;
    width:100%;
    font-family: inherit;
}

.sub_form button,
.sub_form button:link,
.sub_form button:visited {
  text-decoration: none;
  border-radius: 3px;
  transition: all 300ms;
  padding: 0.5rem;
  border: none;
  cursor: pointer;
  width: 100%;
  background-color: #134656;
  color: #fff;
  font-family: inherit;
}


.sub_form button:hover,
.sub_form button:active {
  background-color: #0e3440;
}

.intro {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 0.5rem;
    align-items:center;
}

.bio {
    width:100%
}

.comment_box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.comment_box button,
.comment_box button:link,
.comment_box button:visited {
  text-decoration: none;
  border-radius: 3px;
  transition: all 300ms;
  padding: 0.5rem;
  border: none;
  cursor: pointer;
  background-color: #134656;
  color: #fff;
  font-family: inherit;
  max-width: 100px;
}


.comment_box button:hover,
.comment_box button:active {
  background-color: #0e3440;
}


.comment_box textarea {
  padding: 10px;
  max-width: 100%;
  line-height: 1.5;
  border-radius: 5px;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 1px #999999;
}

.comment_box input {
    font-family: inherit;
}
.comment_box input{    
    max-width:150px;
    font-family: inherit;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 1px #999999;
}


.mylab, .mylinkedin, .mycontact{
    line-height: 1;
}
