* {

  box-sizing: border-box;
}

h1 {
    text-align: center;
    color: black;
    font-family: Comfortaa;
    font-size: 5vw;
}

h2 {
    color: black;
    text-align: center;
    font-size: 4vw;

}
h3 {
    color: black;
    text-align: center;
    font-size: 3vw;
}
h4 {
    color: black;
    text-align: center;
    font-size: 30px
}
body {
    background-color: #7FB4D4;
    font-family: Comfortaa;
}

p {
    font-size: 22px;
    color: black;
    text-align: center;
}

p5 {
    font-size: 24px;
    color: black;
    text-align: left;
}
.portfolios {
    font-size: 22px;
    font-family: 'Comic Sans MS';
    background-color: #bfffa3;
    color: black;
    text-align: center;
    width: 80vw;
    height: 7000px;
    padding-top: 6px;
}
.abouts {
    font-size: 22px;
    font-family: 'Comic Sans MS';
    background-color: pink;
    color: black;
    text-align: center;
    width: 80vw;
    height: 7000px;
    padding-top: 6px;
}
.aboutText {
    height: 300px;
    width: 400px;
    padding-top: 0px;
    padding-left: 20px;
    align-items: center;
}
.imageleft {
    font-size: 22px;
    background-color: pink;
    color: black;
    text-align: left;
    height: 600x;
    padding-top: 60px;
    padding-left: 60px
}
.textright {
    font-size: 22px;
    background-color: pink;
    color: black;
    text-align: left;
    height: 600x;
    padding-top: 60px;
    padding-left: 60px;
}
/* Make sure check that the classes are in the right spots */

e1 {
    font-size: 32px;
    color: lawngreen;
    text-align: center;
    offset-position: top 98px;
}

a {
    font-size: 22px;
    color: darkblue;
    justify-content: center;
    align-items: center;
}

.a1 {
    font-size: 22px;
    color: darkblue;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
}  



.container {
    margin: 0 auto;
}

iframe {
    border-radius: 10px;
    border: 3px solid black;
    margin: 0 auto;
    width: 1000px;
    height: 562.45px;
    display:block;
}

.flex-parent {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-left {
  display: flex;
  justify-content: left;
  align-items: left;
}





.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  overflow: hidden;
  z-index: 1000;
}

.navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}

.navbar a:hover {
  background-color: #575757;
}

.content {
  padding-top: 60px; /* Leave space for the fixed navbar */

}


