body {
    font-family: 'Cinzel', sans-serif;
    font-size: 18px;
    color: dimgrey;
    padding: 0 100px 0 100px;
}

#header {
    font-size: 45px;
    font-weight: bold;
    border-bottom: 3px solid lightgrey;
}

.btn-lanes {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}


.btn-lanes button {
    border:  1px solid lightgrey;
    background: none;
    text-align: center;
    cursor: pointer;
    outline: none;
}
.btn-lanes button:not(:last-child) {
    border-right: none; /* Prevent double borders */
}

button.btn-active {
    border-bottom: 1px solid black;
}

.container {
    padding: 0px 20px 0 20px;
}

#quote {
    font-style: italic;
}

#logo {
    width: 50px;
    height: 50px;
}

.champion-icon {
    padding: 5px;
    cursor: pointer;
}

.section .title {
    font-size: 25px;
    font-weight: bold;
}

.section .content {
    font-family: 'Noticia Text', sans-serif;
}

.section {
    padding-bottom: 30px;
}

#intro {
    padding: 50px 50px 0 50px;
}

.rates {
    display: flex;
    justify-content: center;
}

.step {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 30px;
}

circle {
    cursor: pointer;
}