 /* Style the navigation menu */
 
 * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;; 
    line-height: 25px;
    

    
 }

 footer a {
   margin-bottom: 10px;
 }
 

 .topnavdesktop {
    
  position: fixed;
  width: 100%;
  
}

.topnavdesktop ul {
  padding-right: 5px;
}

.topnavdesktop li {
  margin-left: 35px;
}

h2 {
  margin-top: 10px;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

  .main {
      display: flex;
      width: 90%;
      height: 100%;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-top: 20px;

  }

  .picture {
      background-image: url(media/pictures/profile\ pic.jpg);
      width: 200px;
      height: 200px;
      background-size: cover;
      border-radius: 145px;
      margin-top: 60px;
      margin-bottom: 20px;
  }

 
  .title {
    text-align: center;

  }
.text {
  margin-bottom: 30px;
}
  h1 {
      font-size: 30px;
  }
  
  p { 
      margin-top: 20px;

  }

  .icons {

    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 15px;
    margin-top: 40px;

    

  }
#icons {
  margin: 20px;
}
  .icons i:hover {
text-shadow: darkgrey 0px 2px 5px;
-webkit-transform: scale(1.2);


  }

  @media screen and (min-width: 750px) {
 
    .main {
      display: flex;
      width: 50vw;
      height: 100%;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-top: 20px;

  }