@font-face  {
    font-family: 'JMH Typewriter Dry';
    src: url('fonts/jmh-typewriter-dry-thin.otf');
}

body {
    margin: 0;
    box-sizing: border-box;
    background-color: #630000;
    background-image: url('images/vizuel-tile.png');
    background-size: 350px;
    background-repeat: repeat;
    color: #D7D7D7;
    font-family: 'JMH Typewriter Dry', serif;
}

.container {
    display: block;
    width: 760px;
    height: auto;
    margin: 0 auto 5%;
    border-end-end-radius: 5rem;
    background-color:#2d2d2d;
    padding: 15px 40px 30px;
}

.intro {
    animation-name: tobewon;
    
}

.banner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    text-align: center;
    line-height: 0;
}

.banner img {
    width: 840px;
    height: 100px;
}

.main {
    font-size: .9em;
}

.val-left {
    position: fixed;
    top: 17%;
    left: 3.5%;
    animation-name: float;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    filter: drop-shadow(black 0 0 10px)
}

@keyframes float {
    0% {top: 17%;}
    50% {top: 25%;}
    100% {top: 17%;}
}

.val-right {
    position: fixed;
    width: 16%;
    height: auto;
    bottom: 9%;
    right: 0%;
}

.val-right:hover {
    cursor: pointer;
}

a {
    color: #e54e33;
}