

h1 {    font-size: 60pt;
        color:white;
        font-family: 'Fira sans' ;
        cursor:none;
        }

body {
        background-color: black;
        }
p {
        font-family: 'Muli', 'Helvetica';
        color:white; 
        text-align: left;
        }

.imag {
        margin: 100px;
        max-width: 600px;
        width:70%;
        display: block;
        margin-left: auto;
        margin-right: auto; 
        }

#caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        font-family: 'Muli', 'Helvetica';
        text-align: center;
        color: #f1f1f1;
        padding: 10px 0;
        height: 150px;
        }
          
          
          .circle1 {width:5px; 
                  height:5px; 
                  background: lightgray; 
                  border-radius: 5px; 
                  position:absolute;
                  top:500px; 
                  left:500px;
                  animation: colorc ease-in-out 3s infinite alternate, movit ease-in-out 2s infinite alternate; 
          
          }
          .circle2 {width:7px; 
                  height:7px; 
                  background: lightgray; 
                  border-radius: 7px; 
                  position:absolute;
                  top:100px; 
                  left:600px;
                  animation: colorc ease-in-out 4s infinite alternate, movit ease-in-out 5s infinite alternate; 
          
          }
          .circle3 {width:10px; 
                  height:10px; 
                  background: whitesmoke; 
                  border-radius: 10px; 
                  position:absolute;
                  top:400px; 
                  left:300px;
                  animation: colorc ease-in-out 7s infinite alternate, movit ease-in-out 3s infinite alternate; 
          
          }
          .circle4 {width:5px; 
                  height:5px; 
                  background: dimgray; 
                  border-radius: 5px; 
                  position:absolute;
                  top:150px; 
                  left:200px;
                  animation: colorc ease-in-out 4s infinite alternate, movit ease-in-out 3.5s infinite alternate; 
          
          }
          .circle5 {width:15px; 
                  height:15px; 
                  background: gray; 
                  border-radius: 15px; 
                  position:absolute;
                  top:50px; 
                  left:900px;
                  animation: colorc ease-in-out 2s infinite alternate, movit ease-in-out 6s infinite alternate; 
          
          }
          .circle6 {width:2px; 
                  height:2px; 
                  background: white; 
                  border-radius: 2px; 
                  position:absolute;
                  top:250px; 
                  left:800px;
                  animation: colorc ease-in-out 1s infinite alternate, movit ease-in-out 3s infinite alternate; 
          
          }
          .circle7 {width:20px; 
                  height:20px; 
                  background: lightgray; 
                  border-radius: 20px; 
                  position:absolute;
                  top:350px; 
                  left:900px;
                  animation: colorc ease-in-out 4s infinite alternate, movit ease-in-out 2s infinite alternate; 
          
          }
          .circle8 {width:8px; 
                  height:8px; 
                  background: white; 
                  border-radius: 8px; 
                  position:absolute;
                  top:50px; 
                  left:550px;
                  animation: colorc ease-in-out 5.5s infinite alternate, movit ease-in-out 3s infinite alternate; 
          
          }
          .circle9 {width:13px; 
                  height:13px; 
                  background: dimgray; 
                  border-radius: 13px; 
                  position:absolute;
                  top:150px; 
                  left:700px;
                  animation: colorc ease-in-out 1s infinite alternate, movit ease-in-out 2s infinite alternate; 
          
          }
          .circle10 {width:2px; 
                  height:2px; 
                  background: whitesmoke; 
                  border-radius: 2px; 
                  position:absolute;
                  top:300px; 
                  left:50px;
                  animation: colorc ease-in-out 4s infinite alternate, movit ease-in-out 2s infinite alternate; 
          
          }
          

        .linkki { font-size: 40pt;
                font-family: 'Fira sans';
                color: white;
                display: block;
                text-decoration: none;
                cursor:pointer; 
          }

         #link0{
                position:absolute; 
                left:110px; 
         }
          
          #link1 { position:absolute;
                  top: 200px;
                  left: 110px;
                  }
          
          #link2 { position:absolute;
                  top: 280px;
                  left: 110px;   
                  }
          
          #link3 { position:absolute;
                  top: 360px;
                  left: 110px;   
                  }
                    
          #link4 { position:absolute;
                top: 480px;
                left: 110px;   
                }
                

              
        
        .linkki2:hover{
              cursor:pointer;
          }
          
        a:hover, a:active {
              
             text-shadow: 2px 2px 10px white;
              cursor:pointer;
          }
          
        a:visited {
             
              text-decoration: none;}
          
  
          @keyframes shadow{
              0%{text-decoration: none;}
              100%{text-shadow: 2px 2px 10px white;}
          }
          @keyframes colorc{
              0%{background:lightgray;}
              100%{background:black;}
              
          }
  
          @keyframes movit{
              0%{-webkit-transform:translateY(0px);}
              100%{-webkit-transform:translateY(50px);}
          }
          
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
         }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
          }
      
  /* The Modal (background) */
  .modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
  }
  
  /* Modal Content (image) */
  .modali-contentti1 {
    margin-left: 400px;
    display: block;
    width: 80%;
    max-width: 600px;
  }
  .modali-contentti2 {
    position: absolute;
    display: block;
    width: 80%;
    max-width: 60px;
  }
  
  .modali-contentti3 {
    position: absolute ;
    display: block;
    width: 100px;
    max-width: 60px;
  }
  
  
  /* Animation */
  .modali-contentti, {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
      h1{font-size: 30pt}
    .modal-content {
      width: 100%;  
    }
