*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
    height: 25vh;
    font-size: 50px;
    display: flex;
    color: whitesmoke;
    text-align: center;
    font-family: 'Squada One', cursive;
    justify-content: center;
    align-items: center;

}

body {
  background: rgb(176, 129, 105);
  background-size: auto 100vh;
  font-family: 'Roboto', sans-serif;
  height: 100vh;

}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(98px,1fr));
  grid-gap: 4rem;
  margin-left: 2em;
}

.historiatopia {  
margin: 56px;
 width: 250px;
 height: 250px;
 text-align: center;
 border-radius: 30%;
 border: solid;

}

.portfolio{
  width: 35px;
  height: 35px;
  margin-left: 2.8em;
  float: left;
}

.icone{
  width: 60px;
  height: 60px;
  float: left;
  margin-left: 1em;
}


.portifolio.grid{
display: grid;
grid-gap: :2em;
text-align: center;
}

.portifolio figure{
  text-align: center;

}

a {
  text-decoration: none; 

}

a:hover{
  text-decoration: underline
}

.site-title {
  padding: 0.3em;
  font-size: 55px;
}

.site-subtitle{
  font-style: italic;
  font-size: 33px;
  margin: 16px;
  text-align: center;
  padding-bottom: 0.4em;

}

.gridicons{
 margin-top: 10px;
}