.logo {
    background-color: black;
    line-height: 35px;
    padding: 15px 0;
}

body {
    background-color: #efefef;
}

.div-1 {
    padding-top: 30px;
    text-align: center;
}

.div-2 {
    border-radius: 8px;
    box-shadow: 0px 5px 15px #888888;
    background-color: white;
    background-image: url(https://www.enablerspace.com/ask-enabler-space/white-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 60px;
}

.btn {

    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    font: inherit;
    margin: 0;
    overflow: visible;
    -webkit-appearance: button;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 34px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all .3s;
    background-color: #d65050;
    border: 1px solid #d65050;
}

.btn:hover {
    color: #d65050;
    background-color: #f8f9fa;
}

.bnt-a {
    padding-top: 50px;
    padding-bottom: 80px;
}

.bnt-a small {
    display: block;
    padding-top: 10px;
    color: #8c8c8c;
}

/* Question */
.head {
    text-align: center;
    color: black;
}

.head h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2rem;
    font-weight: 100;
    font-variation-settings: 'wght'50, 'wdth'50;
    animation: breathe 4000ms infinite forwards;
}

.head h2 {
    padding-top: 3em;
    font-size: 1.7rem;
    font-weight: 100;
    font-variation-settings: 'wght'50, 'wdth'50;
    animation: breathe 4000ms infinite forwards;
}

.inline {
    display: flex;
    padding-top: 3em;
    width: 100%;
}

@media (min-width: 834px) {
    .inline {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

.button {
    width: 50%;
}

input {
    width: 100px;
}

.input-a {
    text-align: right;
    width: 50%;
}

.divinput {
    padding-left: 2%;
}

@keyframes breathe {
    60% {
        font-variation-settings: 'wght'700, 'wdth'100;
    }

    100% {
        font-variation-settings: 'wght'100, 'wdth'85;
    }
}

h3.typewriter {
    color: red;
}

h3.typewriter p {
    font-size: 1.3rem;
    color: black;
    text-decoration: none;
}

h3.typewriter .typewrite>.wrap {
    border-right: 4px solid #d65050;
    animation:
        blink-caret .7s infinite;
}

/* The typewriter cursor effect */
@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    10% {
        border-color: #d65050
    }
}
/* End Question */

footer.site-footer {
    background-color: #1c1c1c;
    color: #666;
    line-height: 35px;
    padding: 15px 0;
}

footer.site-footer a {
    color: #666;
}