h1{
    color: #3d0bc7;
}

h2{
    color: #260581;
}

h3 {
    color: black;
    font-weight: bold;
}

h4 {
    color: #404040;
    font-weight: bold;
}

h5 {
    color: #5c5c5c;
    font-weight: bold;
}

a {
    font-weight: bold;
}

p {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

div {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: left;
}

button {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
}

img {
    background-color: #5c5c5c;
}

li {
    text-align: left;
}

ul {
    text-align: left;
}

#check {
    text-align: right;
    font-weight: bold;
}

.navbar li .active {
    font-weight: bold;
}

.navbar .navbar-brand {
    font-weight: bold;
    color: #3d0bc7;
}

.carousel-item img {
    background-color: black;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8) 50%);
    
}

.carousel-item {
    height: 600px;
    overflow:hidden;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mclaren {
    color: #FF8000;
}

.redbull {
    color: #001D46;
}

.mercedes {
    color: #00A19B;
}

.ferrari {
    color: #ED1C24;
}