html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: 'Catamaran', sans-serif;
}
.info {
position: absolute;
top: 10px;
left: 10px;
right: 10px;
text-align: center;
color: #B33951;
}
#container {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
svg {
width: 100%;
height: 450px;
z-index: 10;
-webkit-backface-visibility: hidden;
}
#vampire {
opacity: 0;
}
#transform-lines {
opacity: 0;
stroke-linecap: round;
}
#smoke {
/* display: none; */
}
#wing-flaps {
opacity: 0;
}