body {
    overflow: hidden;
    background-color: #E2E2EA;
}

.header {
    overflow: hidden;
    height: auto;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.top {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

.icon {
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 2%;
    margin-left: 15%;
    margin-right: 15%;
    overflow: scroll;
}

#icon {
    border-radius: 25px;
    background: #DFDBD7;
    box-shadow: 0px 10px 10px 15px #B2ABA6;
}

.icon::-webkit-scrollbar {
    display: none;
}

.imageBox {
    position: relative;
    float: left;
}

.imageBox .hoverImg {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.imageBox:hover .hoverImg {
    display: block;
}

#webring {
  text-align: center;
  margin-top: 2%;
  margin-left: 15%;
  margin-right: 15%;
  overflow: scroll;
  
}