.hobbiesbox {
    flex: 1;
    z-index:1;
    width: 300px;
    height: 200px;
    text-align: center;
    background-color: gray;
    padding: 15px;
    border-radius: 10px;
}

.sportsbox {
    flex: 1;
    z-index:1;
    width: 300px;
    height: 200px;
    text-align: center;
    background-color: gray;
    padding: 15px;
    border-radius: 10px;
}

.codinglang {
    flex: 1;
    z-index:1;
    width: 300px;
    height: 200px;
    text-align: center;
    background-color: gray;
    padding: 15px;
    border-radius: 10px;
}

.tripbox {
    flex: 1;
    z-index: 1;
    width: 300px;
    height: 200px;
    background-color: gray;
    padding: 15px;
    border-radius: 10px;
}


html {
    scroll-behavior: smooth;
  }
  
  .navbar {
    background-color: #E5E5E5;
    height: 40px;
    width: 1000px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 50px;
    border: 3px solid #CCA43B;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }

  .navbarlink {
    background-color: #363636;
    text-decoration: none;
    text-align: center;
    margin-top: 5px;
    margin-bottom: -20px;
    color: #E5E5E5;
    width: 120px;
    height: 30px;
    border-radius: 5px;
    text-shadow: black 1px 1px;
    display: inline-block;
    justify-content: space-between;
    transition: 0.2s all;
  }

  .navbarlink:hover{
    background-color: #6f6f6f;
    color: #CCA43B;
  }

  .TitleBox {
    width: 350px;
    height: 100px;
    border-top: 6px solid #CCA43B;
    border-bottom: 6px solid #CCA43B;
    transition: 1s;
    padding: 10px;
    margin: 5px;
    border-radius: 20px;
    background-color: #E5E5E5;
    z-index: 12;
  }
  
  .title {
    color: #363636;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 35px;
    text-align: center;
    transition: 0.3s;
  }
  
  .title:hover {
    color: #CCA43B;
  }
  
  .profile {
    width: 345px;
    height: 450px;
    margin-top: 50px;
    margin-left: 0px;
    border-left: solid 3px #CCA43B;
    border-right: solid 3px #CCA43B;
    border-radius: 100px;
    z-index: 11;
  }
  
  .profile:hover {
    border-right: solid 3px #E5E5E5;
    border-left: solid 3px #E5E5E5;
    width: 395px;
    height: 500px;
    margin-top: 50px;
    transition: 0.5s all;
  }
  
  .car {
    margin-top: 100px;
  }
  
  .CarBox {
    width: 400px;
    height: 355px;
    border: 3px solid darkred;
    padding: 10px;
    margin: 10px;
    border-radius: 20px;
  }
  
  .typer:hover {
    border-top: 5px solid #CCA43B;
    border-bottom: 5px solid #CCA43B;
    width: 845px;
    height: 575px;
    transition: 1s;
    margin-top:-275px;
    margin-left:235px;
    margin-bottom: -250px;
  }

  .typer {
    margin-left:25px;
    width: 350px;
  }
  
  .fa-code {
    color: white;
    text-align: center;;
  }
  
  .fa-gamepad {
    color: white;
    text-align: center;
  }
  
  .fa-calculator {
    color: white;
    text-align: center;
  }
  
  .fa-dumbbell {
    color: white;
    text-align: center;
  }
  .uparrow {
    margin-left: 0px;
    border-radius: 25px;
    padding: 12px;
    background: none;
    border: solid 3px white;
    color: #CCA43B;
    font-size: 30px;
  }
  
  .uparrow:hover {
    color: #CCA43B;
    padding: 14px;
    border: solid 3px gray;
    padding: 10px 10px 10px 10px;
    transition: 0.2s all;
  }
  
  .row {
    color: black;
    background-color: #29594e;
    padding: 15px 15px;
    margin: 5px 5px;
    border-radius: 10px;
    transition: 0.5s;
  }
  
  .button-lua:hover {
    background-color: #0000dc;
    width: 60px;
    height: 20px;
    transition: 0.3s all;
  }

  .button-lua {
    margin-right: 100px;
    width: 50px;
  }

  .button-html {
    margin-top: 10px;
    width: 60px;
  }

  .button-css {
    margin-bottom: 100px;
    width: 50px;
  }
  
  .button-html:hover {
    background-color: #843216;
    transition: 0.5s;
    width: 70px;
    height: 20px;
    transition: 0.3s;
  }
  
  .button-css:hover {
    background-color: #092f88;
    transition: 0.5s;
    width: 60px;
    height: 20px;
    transition: 0.3s;
  }
  
  .fa-moon {
    color: yellow;
  }
  
  .basketball {
    color: white;
    text-decoration: none;
    margin-left: -25px;
  }
  
  .soccer {
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-left: -25px;
  }
  
  .swimming {
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-left: -20px;
  }
  
  .trip {
    color: white;
    text-align: center;
    border-radius: 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .triplink {
    color: white;
    border-radius: 5px;
    text-align: center;
    margin-left: 35px;
    font-size: 20px;
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .fa-place-of-worship {
    color: white;
  }
  
  .row:hover {
    background-color: #026843;
    padding: 20px 20px;
    margin: 5px 5px;
    border: 2px solid white;
    transition: 0.5s;
  }
  

  
  .hobbiesbox:hover {
    background-color: gray;
    transition: 0.3s;
  }
  
  .school {
    color: #CCA43B;
    text-decoration: none;
  }
  
  .school:hover {
    background-color: lightblue;
    border-radius: 5px;
    width: 50px;
    color: black;
    transition: 0.5s;
  }
  
  .basketball:hover {
    background-color: lightblue;
    border-radius: 5px;
    color: black;
    transition: 0.5s;
  }
  
  .soccer:hover {
    background-color: lightblue;
    color: black;
    transition: 0.5s;
  }
  
  .swimming:hover {
    background-color: lightblue;
    color: black;
    transition: 0.5s;
  }
  
  .triplink:hover {
    background-color: lightblue;
    color: black;
    transition: 0.5s;
  }
  
  .typerspecs {
    background-color: #b02417;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 10%;
    width: 90px;
    height: 40px;
    text-align: center;
    margin-left: 155px;
    margin-top: 10px;
  }
  
  .typerspecs:hover {
    background-color: #4a0c06;
    border: 2px solid #CCA43B;
    color: white;
    width: 95px;
    height: 45px;
    transition: 0.5s;
  }
  
  .specslink {
    color: black;
    text-decoration: none;
  }
  
  .specslink:hover {
    color: white;
  }
  
  .cartitlefc {
    color: #CCA43B;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-left: 155px;
    font-size: 25px;
  }
  
  .sportstitle {
    text-align: center;
  }
  
 
  
  .codetitle {
    text-align: center;
  }
  
  
.container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 120px;
    gap: 20px;
    padding: 20px;
}

.w3link {
  color: black;
    background-color: #29594e;
    padding: 30px 30px;
    margin: 5px 5px;
    border: 1px solid white;
    border-radius: 10px;
    transition: 0.5s;
    margin-bottom: 100px;
}

.w3link:hover {
  background-color: #026843;
  padding: 35px 35px;
  border: 2px solid white;
  margin: 5px 5px;
  transition: 0.5s;
}

.w3image {
  margin-top: 100px;
  margin-bottom: -35px;
  width:150px;
  height:80px;
}

.abody {
  background-color: #363636;
}