body{
    margin: 0;
    padding: auto;
    background: #15151F;
    display: flex;
    justify-content: center;
}
.cont{
    color: white;
    font-family: "Orbitron", sans-serif;
    text-align: left; 
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65%;
}
.header{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.description{
    margin-top: 50px;
}
b{
    color: red;
}
.description h1{
    justify-self: center;
    font-size: 3em;
}
.description p{
    line-height: 35px; 
    font-size: 1.5em;
}
.home{
    margin-top: 30px;
    line-height: 30px;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
}
.home img{
    width: 50%;
}
.img{
    margin-top: 40px;
    display: flex;
    gap: 25px;
}
a{
    margin-top: 40px;
    background-color: red;
    width: fit-content;
    padding: 20px;
    align-self: center;
    justify-content: center;
    color: white;
    text-decoration: none;
}
.teams-history{
    margin-top: 30px;
    line-height: 30px;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
}
.teams-history img{
    width: 80%;
    align-self: center;
}
.other-teams{
    margin-top: 30px;
    line-height: 30px;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
}
.other-teams img{
    width: 50%;
}
.guesser{
    margin-top: 30px;
    line-height: 30px;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.guesser img{
    width: 50%;
}