 body{
    background-color: #aed196;
 }
 
 
 .topnav {
    background-color: #aed196;
    overflow: hidden;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 26px;
    font-family: "Nanum Pen Script", serif;
    font-weight: bold;
    border-radius: 40px;

  }
   
  .topnav a:hover {
    text-decoration: underline;
  }
  
  .topnav a.active {
    background-color: #92be75;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  } 

footer{
  background-color: #92be75;
  margin: 0%;
  padding: 0%;
}

footer a{
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 26px;
  font-family: "Nanum Pen Script", serif;
  font-weight: bold;
  border-radius: 40px;

}
footer a:hover {
  text-decoration: underline;
}
.categories{
  margin-top: 20px;
}




  .row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    justify-content: center;
    margin: 20px;
  }
  
  .column {
    flex: 30%;
    max-width: 30%;
    padding: 0 8px;
  }
  
  .column img {
    margin-top: 10px;
    vertical-align: middle;
    width: 100%;
    border: #92be75 ridge 4px;
    border-radius: 40px;
    transition: transform .2s; 
  }

  .column img:hover{
    transform: scale(1.1); 
    box-shadow: 10px 5px 5px #668850;
  }

  .container {
    border-radius: 5px;
    padding: 20px;
    margin-top: 80px;
    font-family: "Nanum Pen Script", serif;
    font-weight: bold;
    font-size: 30px;
    color: white;
  } 

#card{
  padding: 1%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  background-color: #668850;
  border-radius: 100px;
  border: 4px solid #92be75 ;
  align-items: center;

}

#profilepic{
  border-radius: 10000px;
}

p{
  color:white;
  font-family: "Caveat", serif;
  font-size: 1.8rem;
  margin: 3%;
}

#mail{
  text-decoration: underline;
  color: white;
}
  
@media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  
@media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
  }

@media screen and (max-width: 1300px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
@media screen and (max-width: 1300px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  } 


@media screen and (max-width: 1100px) {

  #card{
    display: grid;
    justify-content: center;
    padding: 5%;
  }
  #profilepic{
    margin-left: auto;
    margin-right: auto;
  }
}

#footerbee{
float: inline-start;}

#footerspace{
  float: inline-end;
}