.banner {
    background-image: url(img/banner.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 300px;
}

body {
    background-color: gray !important;
}

.f {
    color: whitesmoke !important;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
}

.palya {
    letter-spacing: 6px;
}