body{
    background-color: black;
    overflow-x: hidden;
}

.navbar{
    background-color: rgb(204, 123, 0);
}

h1{
    color: red;
    text-decoration: underline;
}

h2{
    color: red;
    text-decoration: underline;
}

h3{
    color: red;
    text-decoration: underline;
}


.carousel-inner img {
    object-fit: cover;
    height: 500px;
}


.card img:hover{
    transform: scale(1.1);
    transition:1s;
}

p{
    color: rgb(0, 0, 0);
}

.description{
    color: white;
}

a{
    text-decoration: none;
    

}

#welcome_message{
    color: white;
}

.mainelement{
    border:3px solid white;
}

#hoverlink:hover{
    background-color: rgb(184, 112, 4);;
}

.loginbody{
    background-color: rgb(127, 76, 76);
}
a{
    text-decoration: none;
    color:orange ;
}

.card img {
    height: 500px; 
    object-fit: cover; 
    width: 100%; 
    border-radius: 5px; 
}
.footer{
    background-color: rgb(204, 123, 0);
}
.footerlinks{
    color: black;
    
}

.footerlinks:hover{
    background-color: rgb(176, 169, 169);
}
.contacticons{
    height: 70px;
    width: 70px;
}