html {
    height: 100%;
}

body{
    background-image: linear-gradient(white, grey);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
        height: 100%;
        margin: 0;
        
        background-attachment: fixed;
    }

.info{
    width: 600px;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto;
    width: 50%;
    border-radius: 5px;
    padding: 10px;
    font-family: 'Hind', sans-serif;
    color: white;
    
   
  }

  a:link {
    text-decoration: none;
    
  }
  
  a:visited {
    text-decoration: none;
    color: black;
    font-family: 'Hind', sans-serif;
  }
  a:hover {
    background-color: lightgrey;
  }

.namn{
    font-size: 60px;
    text-align: center;
    float: right;
    margin-right: 380px;
    margin-top:0px;
    font-family: 'Hind', sans-serif;
}

.profil{
    margin-left:380px;
}

.in
{
  
   margin: -1px;
   
  width: 3px;

}

@media only screen and (max-width: 600px) {
  

    .namn{
        font-size: 15px;
        
        margin-right: 70px;
        margin-top:60px;
       
        
        font-family: 'Hind', sans-serif;
    }

    .profil{
        margin-left:40px;
       
    }

    .info{
        width: 600px;
        height: 500px;
        background-color: rgba(0, 0, 0, 0.5);
        margin: auto;
        width: 80%;
        border-radius: 5px;
        padding: 10px;
        font-family: 'Hind', sans-serif;
        color: white;
        
        
       
      }
    
  }

  