body {
    margin: 0;
}


#header {
    background: #2636c4;
    background: linear-gradient(#000042, #054c7b);
    display: flex;
    justify-content: space-between;
}

#header img {
    padding: 10px;
    white-space: nowrap;
}


.btnhyperlinks {
    color: white;
    text-decoration: none;
    background-color: #2636c4;
    padding: 10px;
    border-radius: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 10px;
}

#main {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 20px;
    text-align: center;
    list-style-position: inside;
}

.headerhyperlinks {
    margin-right: 40px;
    color: white;
    text-decoration: none;
    font-family:Arial, Helvetica, sans-serif;
    float: right;
    margin-top: 40px;
}



#hero-image {
    width: 100%;
    height: 780px;
    background-image: url(/images/gtaodavey.png);
    text-align: center;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#hero-image #herotext {
    margin: 0;
    padding-top: 310px;
}

#hero-image #herotext {
    color: white;
    text-decoration: none;
}

#downloadsection {
    line-height: 50px;
}

#socials {
    text-align: center;
}

#socials a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    text-align: left;
    min-width: 250px;
    margin-left: 70px;
}

#socials a p {
    margin-left: 10px;
}

#socials table {
    margin: 0% 69vh;
}

#socials table tr td {
    white-space: nowrap;
}

.flexcenter {
    justify-content: center;
}

@media screen and (min-width:500px) {
    .flexcenter {
        display: flex;
    }
}