html {
    background: url(background.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {
    color: white;
    font-size: 4vh;
    text-align: center;
}

#mapvideo {
    width: 80vw;
    height: 80vh;
    margin-left: 10vw;

}

body {
    color: white;
}

code {
    color: white;
    font-size: 4vh;
    word-wrap: break-word;
}

table {
    color: white;
    font-size: 3vh;
    width: 80%;
    text-align: center;

    border: 1px solid white;
    margin: auto;
}

tr {
    border: 1px solid white;
    height: 5vh;
}

td {
    border: 1px solid white;
    height: 5.5vh;
}

tr:nth-child(even) {background-color: #600;}

th {
    background: maroon;
}

#codeframe {
    border: 1px solid white;
    padding: 3vh;
}

#weblog {
    color: white;
}

#category {
    font-size: 5vh;
    text-align: center;
    line-height: 2
}

#details {
    font-size: 4vh;
    line-height: 2
}

#canvas {
    height: 85vh;
    margin-left: 5vh;
    display: none;
    transition:
      opacity 1s,
      display 1s allow-discrete;
}

#pwcanvas {
    height: 85vh;
    margin-left: 5vh;
    display: none;
    transition:
      opacity 1s,
      display 1s allow-discrete;
}

#usernamecanvas {
    height: 85vh;
    margin-left: 5vh;
    display: none;
    transition:
      opacity 1s,
      display 1s allow-discrete;
}
#weblogs {
    height: 85vh;
    margin-left: 5vh;
    display: none;
    transition:
      opacity 1s,
      display 1s allow-discrete;
}
#sources {
    height: 85vh;
    margin-left: 5vh;
    display: block;
    transition:
      opacity 1s,
      display 1s allow-discrete;
}

#topports {
    height: 85vh;
    margin-left: 5vh;
    display: block;
    transition:
      opacity 1s,
      display 1s allow-discrete;
}

#header {
    background: url(sansedu.svg);
    background-repeat: no-repeat;
    background-size: 10vh 10vh;
    height: 7vh;
    text-align: center;
    font-size: 4vh;
    padding-top: 3vh;
    border-bottom: 3px solid white;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: maroon;
    text-align: center;
    color: white;
    padding-top: 0.5vh;
    font-size: 2vh;
    padding-bottom: 0.5vh;
}

#pause{
    position: fixed;
    right: 0;
    bottom: 0;
    display: none;
}

.showing {
  opacity: 1;
  display: block;
}

@starting-style {
  .showing {
    opacity: 0;
  }
}
