body {
    background-color: #242333;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: industry, sans-serif;
    font-weight: 500;
    font-style: normal;


}

h1 {
    margin:  auto;
}
h1 img {
    width: 100%;
}

.container {
    display: flex;
    margin: 0 20%;
}

.button {
    margin: auto;
    font-size: 30px;
    color: white;
    font-weight: 600;
    border-bottom: solid 2px #BD272E;
    line-height: 3.4375rem;

}
.button a {
    text-transform: uppercase;
    text-decoration: none;
}

.button a:hover {
    color: white;
    text-decoration: none;
}
.button a:visited {
    color: white;
    text-decoration: none;
}
.button a:active {
    color: white;
    text-decoration: none;
}
.button a:focus-within {
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 1050px) {
    .container {
        flex-direction: column;
    }
    .button {
        margin-top: 40px;
    }
}

@media screen and (max-width: 540px)  {
    .button {
        font-size: 17px;
    }
}