body 
  {
    background-color: black;
    color: #C0C0C0;
    font-family: Verdana;
    /*background-image: url("Hazelnut.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 80vw;*/
  }


#iconjulian {
  width: 300px;
}

#hazelnut {
  width: 500px;
}

#container {
  
  display: flex;
  justify-content: center;
  
  }
  
  #images {
  
  display: flex;
  justify-content: center;
  
  }
  
  #webring {
    display: flex;
    justify-content: center;
  }