html, body {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
}

#star {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

#logo {
    width: auto;
    height: 15em;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#earth {
    width: 100%;
}

h2 {
    font-weight: normal;
    text-align: center;
    padding-bottom: 2em;
    font-size: 2em;
    font-weight: 300;
}

h3 {
    font-weight: normal;
    text-align: center;
    padding-bottom: 2em;
    font-size: 1.5em;
    font-weight: 300;
}

p {
    font-weight: normal;
    font-size: 1.2em;
    margin-right: 1em;
}

.box {
    border: solid 2px white;
    border-radius: 5px;
    background-image: url("coinblesk-logo-small.svg");
    background-size: cover;
    padding: 0.5em;
    font-size: 1em;
    width: 12em;
}



.frm {
    width: 98%;
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 3em;
}

input {
    width: 100%;
    resize: both;
}

textarea {
    width: 100%;
    height: 10em;
    resize: both;
}

@media screen and (max-width: 640px) {
    .footer {
        display: none !important;
    }
    .footer-small {
        display: revert;
    }
}

@media screen and (min-width: 640px) {
    .footer {
        display: revert;
    }
    .footer-small {
        display: none !important;
    }
}

.footer-small, .footer {
    position: absolute;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-50%);
    left: 50%;
}

.container {
    position: relative;
    overflow: hidden;
}

.logos div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff55;
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
}

.logos img {
    filter: saturate(0%);
    width: 50%;
    height: auto;
    margin: auto;
    display: block;
}