.imglogo {
    width: 25%;
    max-width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.imgplayer {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
}

.spacer {
    height: 40px;
    width: 100%;
    display: block;
    border: none;
    margin-top: 25px;
    margin-bottom: 25px;
}

.spacer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: solid 1px black;
    vertical-align: center;
}

.col-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

h1,h2,h3,h4,h5,h6,h7 {
    font-family: Raleway;
}

.playerinfo {
    
}

.playerinfo ,h4,p {
    font-family: Lato, Open-Sans, sans-serif;
}

.margin-top-50px {
    margin-top: 50px;
}

.margin-top-40px {
    margin-top: 40px;
}

.footer p {
    font-size: 12px;
}

.footer-spacer {
    height: 20px;
    width: 100%;
    display: block;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-spacer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: solid 1px black;
    vertical-align: center;
}

@media screen and (max-width: 812px) {
    .imglogo {
        width: 75%;
        max-width: 75%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
}