@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600');

body{
    height: 100%;
    padding: 50px;
    scroll-behavior: smooth;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background-color: #3A3B3C;
 }

.fixed {
    position: fixed;
    max-width: 600px;
    height: 500px;
    top: 75px;
    float: right;
}

#container {
  height: 100%;
  max-width: 800px;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  line-height: 1.5;
  margin-left: 1000px;
}

#container > div {
    height: 1200px;
    display: block;
    padding: 0 45px;
  }

.tick > line {
    color: #f5f5f5;
    opacity: 0.5;
}

text {
  fill: white;
}

#hover {
  width: 900px;
  height: 100px;
  position: fixed;
  top: 750px;
}

img {
  height: 700px;
  width: 1000px;
  position: fixed;
}

.open {
  display: normal;
}

.closed {
  display: none;
}