@font-face {
font-family: "Museo Cyrl";
src: url("Museo_Cyrl_500.otf") format("opentype");
}
body {
height: 100vh;
background: #FFF url('stairway-c.png') no-repeat center;
background-size: auto 80%;
}
.live {
position: fixed;
right: 20px;
top: 20px;
font-family: "Museo Cyrl";
font-size: 21px;
}
.live > img {
padding-left: 5px;
}