h1 {
    color: white;
    font-family: "Tilt Warp", sans-serif;
    font-size: 7rem;
    line-height: 1;
    font-weight: lighter;
    margin: 0;
}

h1 span {
    color: #E83151;
}

a {
    text-decoration: none;
    color: white;
    text-align: center;
    font-family: 'Tilt Warp', sans-serif;
    padding: 10px 15px 10px 15px;
    background-color: #E83151;
    box-shadow: 5px 5px white;
    width: fit-content;
    margin-right: 40px;
    outline: none;
}

.buttons {
    display: flex;
    width: 100%;
}

.input-session {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.input-session label {
    color: white;
    font-family: 'Quicksand';
}

.input-session input {
    border: solid 1px white;
    background-color: rgba(217, 217, 217, 0.5);
    height: 4vh;
    border-radius: 10px;
    padding: 0.8vw 0.8vw; 
    color: white;
    width: 50%;
    font-size: 1.5rem; 
    outline: none;
    font-family: 'Tilt Warp';
    text-transform: uppercase;
}

.input-session input::placeholder {
    color: white;
    text-transform: none !important;
}

#error-showing {
    margin: 0;
    color: #E83151;
    font-family: 'Quicksand';
    font-weight: bold;
}

.tournament {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
    width: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tournament a {
    width: 10rem;
    margin-right: 0;
}

.tournament p {
    width: 20rem;
    color: white;
    font-family: 'Quicksand';
    text-align: center;
    font-size: 1.1rem;
}

.tournament img {
    width: 100%;
}