html,body {
  width:  100%;
  height: 100%;
  margin: 0px;
  display: inline;
}
#stormtext {
    transition: opacity 1s, transform .5s;
}
body {
    background-image: url("thumbnails/original_pic.png");
    background-size: cover;
    background-repeat: no-repeat;
}
h3 {
    display: inline-block;
    margin: 7px;
}
h2 {
    color: rgb(105, 145, 265);
    margin: 7px;
}
h1 {
    font-size: 50px;
    color: red;
}
a {
    transition: font-size .5s;
}
a:hover {
    font-size: 20px;
    color:rgb(255, 255, 0)
}
a:visited {
    color:rgb(200, 200, 0)
}
*{
    font-family: 'Chilanka', cursive;
}
box {
    width: 200px;
    height: 200px;
    background-color: white;
}