

body {
    background-color: #36827F;
    margin: 0;
}

.heading {
    text-align: center;
    color: #F9DB6D;
    font-size: 50px;
}

.intro {
    display: flex;
    justify-content: space-evenly;
}
 
.maincar {
    width: 650px;
    border: 4px solid transparent;
    border-radius: 20px;
    transition: all 0.5s;
}

.maincar:hover {
    border: 4px solid bisque;
    transform: scale(0.9);

}

.main-intro {
    color: #EFF0D1;
    text-align: justify;
    margin-inline: 50px;
    margin-block: 0;
    font-size: 25px;
    display: flex;
    align-items: center;
}

.fact-box {
    text-align: center;
}

#fact-text {
    font-size: 30px;
    font-weight: 900;
    color: #EFF0D1;
}

.teams, .calenders, .drivers{
    text-align: center;
}

h2 {
    color: #F9DB6D;
    font-size: 45px;
}

.team, .calender{
    font-size: 25px;
    color: #EFF0D1;
}

button {
    margin: 20px;
    height: 60px;
    width: 290px;
    font-size: 30px;
    background-color: #D33F49;
    border-radius: 20px;
    transition: all 0.5s ease;
}

button:hover {
    height: 70px;
    width: 300px;
    font-size: 35px;
    font-weight: 800;
}

.driver {
    font-size: 25px;
    color: #EFF0D1;
}

.quiz {
    text-align: center;
}

input {
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  transition: 0.3s;
}

input:focus {
  border: 5px solid #012248; 
  outline: none;
}

.foter {
    font-size: 20px;
    width: 100%;
    color: #EFF0D1;
    text-align: center;
    background-color: #012248;
}

.foter-text {
    padding: 2px;
    margin: 2px;
}

.foter-link-a {
    margin: 2px;
    padding: 2px;
    color: #D33F49;
}