h1  {
    color:rgb(0, 0, 0);
    font-size: 4em;
    padding: 2rem;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    }
h2 {
    color:rgb(0, 0, 0);
    font-size: 3em;
    padding: 2rem;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    }

 p {
    color:rgb(0, 0, 0);
    font-size: 24px;
    padding: 1rem;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    }

    footer {
    color:rgb(0, 0, 0);
    font-size: 1em;
    padding: 1rem;
    text-align: center;
    background-color: rgb(183, 220, 183);
    line-height: 150%;
    padding: 2rem;
    }

    nav {
    color:rgb(255, 255, 255);
    font-size: 1,5rem;
    background-color: #bce8bc;
    padding: 1rem;
    }


  ul  {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }


  li {
    list-style-type: none;
    text-decoration: none;
    color: var(--main-text-color);
    padding-left:5rem;
    }


 a:link {
  text-decoration: none;
  color: var(--main-text-color)
}

a:visited {
  text-decoration: none;
  color: var(--main-text-color)
}

a:hover {
  text-decoration: none;
  color: var(--main-text-color)
}

a:active {
  text-decoration: none;
  color: var(--main-text-color)
}

img {

      width: 30%;
}


section img{
    border-radius: 30%;
    display: flex;
    align-self: center;
  }


header img{
  object-fit: contain;
   width: 70%;
border-radius: none;
}

  .top-right {
    position: absolute;
  top: 2rem;
  right: 3rem;
}


header{
  display:flex;
  flex-direction: row;
  align-items:center;
}



section{
    border-top: 6px solid black;
    margin:5rem;
    border-bottom: 6px solid black;
}

.row{

    display:flex;
  flex-direction: row;
  padding-left: 15rem;
  padding-bottom: 2rem;
}

section img {

  padding-left: 3rem;
  padding-right: 3rem;
  width: 30%;
  height: 40%;
}

.bold {

    font-weight: bold;
}

article{

  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
}


:root {

    --main-text-color: rgb(28, 28, 28);
}


.montserrat-uniquifier{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

@media screen and (max-width: 550px) {
    
    h1::before, h1::after {
        content: none;
        margin: 0;
    }

    .top-right {
    position: relative;
  top: 1rem;
  right: 1rem;
}

    li {
        display: block;
    }

    li::after {
        content: none;
    }

    header {

      display: flex;
      flex-direction: column;
    }

    section img {
      width: 1050%;
      position: relative;
      left: -15rem;
      margin-left: -4rem;

    }

    section {

          display: flex;
      flex-direction: column;
    }
}

