
body {
  background-color: beige;
  color: black;
  font-family: Verdana, arial;
   margin: 10px 10px 0 10px;
}

.topofpage{
  display: flex;
  background-color: hsl(23, 52%, 34%);
  justify-content: space-between;
  align-items: center;
  border-bottom: 8px solid black;
  gap: 3em;

  }
  #logo img {
    
    max-height: 80px;
  display: block;
    border-radius: 50%;
  
  }
  #titleheading{
  color: White;
  
  }

  
.content-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
#linktree1{
   margin-left: 150px;
  flex: 0 0 200px;
  }
#container1{
    display: Flex;
   flex-wrap: Wrap;
   border: 8px solid black;
   background-color: hsl(31, 36.5%, 39.9%);
   height: 400px;
   width: 200px;
   flex-direction: column;
   column-gap: 3em;
   row-gap: 1em;
   align-items: center;
  
  }
  .box{
  width: 170px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  border-radius: 15px;
   margin: 10px 10px 0 10px;
  

  }
  .box a{
  display: block;
  padding: 10px;
  color: hsl(31, 46.1%, 27.6%);
  text-decoration: none;
    }
  .box a.active{
    background-color: hsl(31, 47.8%, 37.2%);
    border-radius: 12px;
    }
  .box a:hover:not(.active){
    background-color: hsl(31, 14.4%, 31.3%);
    border-radius: 12px;
    }
    
.main{
  display: block;
flex: 1;
  background-color: White;
  
      }