@import url('https://fonts.googleapis.com/css?family=BioRhyme');
html {
    background: url("/p/bg.jpg") center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
body {
    text-align: center;
    font-family: "BioRhyme", sans-serif;
    height: 100vh;
}
a {
    text-decoration: none;
    color: crimson;
}
h1 {
    font-family: "BioRhyme", serif;
    text-transform: uppercase;
    color: crimson;
}
.menu {
    margin: 20px;
}
.menu-item img {
    width: 50px;
}