.hero {
    width: 100%;
    min-height: 75vh;
    /* background: no-repeat fixed url(https://i.imgur.com/Ft4pxAa.jpg) center / cover;  */
    margin-top: 50px;
    /* This is what centers it */
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero h1 {
    color: #fff;
    font-family: 'Museo Sans', Avenir, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 900;
    font-size: 15vmin;
    text-align: center;
    font-size: 15vmin;
    line-height: 110%;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-shadow: 0 0.025em 0.05em rgba(0, 0, 0, 0.75), 0 0.05em 0.1em rgba(0, 0, 0, 0.5);
}

.btn {
    position: relative;
    top: 130px;
    left: 500px;
}

.img {
    border: 3px solid black !important;
}

h3 {
    color: red !important;
}

.standard-btn-coloured {
    text-decoration: none !important;
    background-color: rgb(7, 7, 66) !important;
    border: 2px solid rgb(7, 7, 66);
    padding: 10px 20px 10px 20px;
    border-radius: 2px;
    color: #FFFFFF;
    margin: 5px;
}

.standard-btn-coloured:hover {
    color: #FFFFFF;
    background-color: rgb(7, 7, 66);
}

.step-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media (max-width: 426px) {
    .btn {
        position: relative;
        top: 60px;
        left: 150px;
    }
    .hero h1 {
        font-weight: 500;
        font-size: 10vmin;
        font-size: 10vmin;
        line-height: 10%;
        position: relative;
        left: -30px;
    }
}