

b2 {
color: blue;
position: absolute;
bottom: 10px;
left: 1vw;
font-size: 35px;
text-align: left;

@media screen and (max-width: 1200px) {
text-align: left;
left: 2vw;
}




}



f1 {
position: fixed;
text-align: center;
right: 2vw;
top: 10px;
color: blue;
font-size: 35px;
transform: scale(2,1);
}

#movingheart
{
    animation: movingheart 5s infinite linear;
}

@keyframes movingheart {
  0%{-10;}
  100%{2000;}
}



body {
background-color: black;
background-image: url("images/studio.jpg");
background-size: 100% 100%;
background-repeat: no-repeat;
background-attachment:fixed;
top: 100px;
height: 130px;

}
