body {
    margin: 0;
    padding: 0;
    color: #ffffff;
    background: #0092FF;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a {
    text-decoration: none;
}

#hero {
    display: flex;
    align-items: center;
    justify-self: center;
    flex-direction: column;
    height: 100vh;
}

#hero img {
    max-width: 500px;
    pointer-events: none;
}

.container_inner {
    height: auto;
    margin: auto;
}

button {
    display: block;
    margin: auto;
    background: #ffffff;
    color: #0092FF;
    align-items: center;
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 50px;
    justify-content: center;
    outline: 0;
    padding: 12px 30px;
}
