
 
* {
  box-sizing:border-box;
}

*{
    font-family: 'Roboto', sans-serif;
}
body {
  margin:0;
  padding:0;
  background-color:lightgrey;
  overflow-y: scroll;
  overflow-x: hidden;
}


 
  
 

 


.items{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
    text-align:center;
    color:black;
    text-align: center;
    margin-top: 0,3%;
    padding: 0px;
     }
 

a{
    
    font-weight: lighter;
    text-decoration: none;
    color: grey;
            margin: 10px;    
}
a:hover{
    text-decoration: underline;
}

h1 {
    margin-left: 25%;
}


h2{
    margin-left: 2%;
    color: darkred
}



p {
   margin-left: 2%;
}
