.topnav {
  background-color: #8ab4ee;
  overflow: hidden;
  border-color: white;
  border-width: 10px;
  border-style: solid;
  /*width: 422px; */
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Montserrat';
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #3f6fc6;
  color: white;
}

.personal-image {
    width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
    border-color: white;
    border-width: 10px;
    border-style: solid;
    display: inline-block;

}

body {
    background-color: rgb(245, 243, 206);
}

.aboutme-text {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 12px;
    background-color: white;
    width: 866px
}

.my-name {
    font-size: 18px;
    font-family: 'Montserrat'
}