html, body {
    height: 100%;
}

body {
    background-color: #161617;
}

.m7 {
    height: 60px;
}

img {
    max-width: 100%;
}

a {
    color: #ffbe00;
}

main {
    padding-top: 8%;
    padding-bottom: 8%;
    height: 100%;

    background-color: #161617;
    background-image: url(/assets/background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    margin-bottom: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 8rem);
}

button {
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #29292f;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 16px;
    background: #fdcf39;
    color: #000;
    cursor: pointer;
}

button:hover {
    filter: brightness(1.1);
    outline: 2px solid #29292f;
}

.info {
    max-width: 1200px;
    background-color: #252a37b0;
    backdrop-filter: blur(5px);
    padding: 24px;
    border-radius: 24px;
    display: block;
}

li {
    color: white;
    font-family: sans-serif;
    margin-bottom: 12px;
    list-style-type: decimal;
    margin-left: 8px;
}