html, body {
    margin: 0;
    padding: 0;
}

[type=button],[type=submit],button {
    border: none;
    background: none;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
}

.info {
    padding: 20px;
    color: #2979B0;
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
}

.ohnobee {
    opacity: 0;
    position: absolute;
    top:0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}