body{
    background-color: #363636;
  }
  .mainbox{border:3px solid darkorange;
      border-radius: 10px;
      width:30%;
    text-align: center;
    font-size: 50%;
    color: darkblue;
    height:200px;
    padding:4%;
    float:left;
    margin-right: 4%;
           margin: 4px;
  }
  
  .mainbox img{
      /* display: block; */
      width:50%;
  }
  
  .openmdl{ 
      font-size: 20px;
      text-decoration: none;
      background-color: lightcyan;
      padding: 2%;
      border-radius: 10px;
  }
  .mdl{
      background-color: rgba(121, 108, 109, 0.5);
      position: fixed;
      left:0;
      top:0;
      right:0;
      bottom:0;
      opacity: 0;
      pointer-events: none;
  }
  .mdl:target{
      opacity: 1;
      pointer-events: all;
  }
  .mdl>div{
      background-color: #12345678;
      width:50%;
      height:300px;
      border-radius: 10px;
      margin: auto;
      margin-top: 10%;
      text-align: center;
    color:aliceblue;
  }
  .mdl>div>a{
      background-color: darkgray;
      font-size: 20px; 
    text-align: center;
    border-radius: 4px;
  }
  
  .mdl>div>img{
      width:20%;
  }
  
  p{
  font-size: 20px;
  }
  .headerDiv {
    background-color: black;
    text-align: start;
    overflow: hidden;
    float: bottom;
    position: absolute;
  }
  .navvy{
    color: navy;
    font-weight: 800;
    font-size:larger;
    margin-left: 0em;
    text-align: center;
    padding: 10px;
  }

  .w3-container{
    background-color: black;
    text-align: center;

  }
  
  .w3-xxxlarge{
    color: #398300;
  }

  .contact{
    background-color:whitesmoke;
    text-align: center;
    font-weight: 400;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
  }

  .avatar-picker {
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
  }
  
  .avatars {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  
  .avatars img {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
  }
  
  .avatars img:hover {
    transform: scale(1.1);
  }

  .infos{
    text-align: center;
    background-color: #363636;
    color: blue;
  
  }
  