body {
            background: url("./images/bg.gif") repeat;
            -webkit-animation: scrolling 15s linear infinite;
            -moz-animation: scrolling 15s linear infinite;
            -o-animation: scrolling 15s linear infinite;
            animation: scrolling 15s linear infinite;
            background-color: #ffc4db;
            padding: 0px;
            margin: 0px;
            overflow: hidden;
            color: #000000;
        }

@font-face {
font-family: blomster;
src: url(https://dl.dropbox.com/s/hj014y1tu1ow92p/Blomster.ttf);
}
 
#blomster {
font-family: blomster;
color:hotpink
}

#vid{
    color:white;
    border: hotpink 5px groove;
    height: 500px;
    width: 500px;
    margin: auto;
    padding: 20px;
     border-radius: 15px;
  background: #f25792;
}

