﻿h2 {
    text-align: center;
}

h3 {
    text-align: center;
}

h4 {
    text-align: center;
}

section.rank-info div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px auto;
    padding: 10px;
    background-color: #333333;
    color: white;
    width: 75%;
    text-align: center;
}

.right {
    text-align: center;
    margin: 10px 10px 10px 100px;
}

.left {
    text-align: center;
    margin: 10px 100px 10px 10px;
}

main a {
    display: block;
    width: 75%;
    margin: 10px auto;
    text-align: center;
    background-color: #eb8113;
    border: 2px solid black;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    color: #f9f9f9;
    font-weight: bold;
}

p.info {
    border: 2px solid white;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.button:hover {
    color: #f9f9f9;
}

/* style voor tablets */
@media (max-width: 1024px) and (min-width: 768px) {
    .right, .left {
        margin: 10px 50px;
    }
}

/* style voor phones */
@media (max-width: 767px) {

    section.rank-info div {
        width: 100%;
    }

    .right, .left {
        margin: 10px;
    }
}
