html,
body,
div,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
img,
ol,
ul,
li,
input,
label,
select,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
menu,
nav,
section,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
    border: 0;
}

* {font-family: 'Montserrat', sans-serif;}

main {
    min-height: 100vh;
    width: auto;
    padding: 0;
    margin: 0;
}

.wrapper {
    width: 100%;
    height: auto;
    background: rgb(51,51,51);
    background: linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(34,34,34,1) 100%);
}

.flexh {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    min-height: 100vh;
    flex-wrap: wrap;
}

.flexthird {
    padding: 12px;
    height: auto;
    text-align: center;
    color: #fff;
    font-weight: 900;
    flex: 3 30%;
}

.flexthird img {
    width: 60%;
    height: auto;
    float: none;
}

.flexthird span {width: 100%;
height: auto;
float: left;}


.flexfull {
    flex: 1 100%;
 display: flex;
 justify-content: center;
}

button {padding: 15px;
border-radius: 10px;
background-color: #fff;
border: none;
color: #222;
font-weight: 900;
margin:  50px 0;}

a {text-decoration: none;
color: #222;}

.halfwrap {color: #fff;
padding: 20px;}

.halfwrap a {color: #fff;}

@media screen and (max-width: 1024px)

{
    .flexh {flex-direction: column;
    }

    .flexthird {width: 90%;}

    .flexthird img {
        width: 100%;
        height: auto;
        float: none;
    }
}