@font-face {
    font-family: Futura;
    src: url("../fonts/FuturaPTLight.woff") format("woff"),
         url("../fonts/FuturaPTLight.ttf")  format("truetype");
}

hr {
    border-color: grey;
}

.dark-bg {
    background-color: #212121;
}
.text-white {
    color: white;
}

.entry {
}

.entry * {
    color: white;
    font-size: 14pt;
}

.section-title {
    font-size: 36pt;
    line-height: 40pt;
}

.logo {
    max-width: 100%;
}

.font-futura {
    font-family: "Futura", sans-serif;
}

.response-image {
    max-width: 100%;
    height: auto;
}

#title-app {
    font-family: "Futura", sans-serif;
    color: white;
    font-size: 48pt;
    letter-spacing: 3px;
    max-width: 1min;
}

#play-store-logo {
    width: 100%;
    max-width: 250px;
    height: auto;
}
