html,body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  
body{
    overflow: hidden;
    background: pink;
}
#vis-cont{
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #493c4d;
}
#visualization {
    width: 100%;
}
.vis-item{
    background: white;
    color: #d60992;
    font-weight: bold;
    border-color: #d60992;
}
.vis-item.vis-selected{
    background-color: #8633de;
    color: white;
    border-color: #8633de;
}
.vis-panel.vis-top{
    border: none;
}
.vis-timeline{
    border: none;
}
.vis-time-axis .vis-grid.vis-minor {
    border: none;
}
.vis-panel.vis-center{
    border-color: #493c4d;
}
.vis-time-axis .vis-grid.vis-major {
    border-width: 2px;
    border-color: #f991a3;
    border: none;
}
.vis-current-time{
    display: none;
}
.vis-text{
    color: #493c4d !important;
    font-weight: bold;
}
  
.item-details{
    position: absolute;
    width: 30%;
    background: white;
    padding: 2vw;
    left: 35%;
    top: 5%;
    text-align: center;
    cursor: move;
}
.item-details-title{
    font-size: 2.8vw;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #d60992;
    margin-bottom: 0;
}
.item-details-image{
    height: auto;
    max-height: 60vh;
    max-width: 100%;
}
.item-details-text{
    font-size: 1.3vw;
    font-family: 'Roboto', sans-serif;
    margin-top: 1vh;
    color: #493c4d;
}
.item-details-date{
    margin-top: 0;
    margin-bottom: 1.2vh;
    font-size: 1vw;
    font-family: 'Courier', sans-serif;
    color: #493c4d;
}
.close-item-details{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-family: sans-serif;
    line-height: 3vw;
    font-size: 1.5vw;
    width: 3vw;
    height: 3vw;
    margin: .5vh .5vw;
    background: lightgray;
    border-radius: 100px;
    text-align: center;
    color: #493c4d;
    font-weight: bold;
}
.close-item-details:hover{
    background-color: #d60992;
}
.title{
    position: absolute;
}
.subtext{
    font-size: 7vw;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #493c4d;
}
.name{
    font-family: 'Pacifico';
    color: #8633de;
    font-size: 14vw;
    text-shadow: -2px 2px 0 white,
				  2px 2px 0 white,
                  -2px -2px 0 white,
				 2px -2px 0 white;
    animation-name: text-outline;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@keyframes text-outline {
    0%   {
        text-shadow: -2px 2px 0 white,
				  2px 2px 0 white,
                  -2px -2px 0 white,
				 2px -2px 0 white;
    }
    50%  {
        text-shadow: none;
    }
  }
#how{
    top: 8vh;
    left: 8vw;
}
#florance{
    top: 5vh;
    left: 5vw;
    transform: rotate(-25deg);
}
#zhang{
    top: -2vh;
    left: 57vw;
    transform: rotate(-25deg);
}
#became{
    top: 42vh;
    left: 35vw;
}
#my-valentine{
    top: 55vh;
    left: 50vw;
    color: #d60992;
}