* {
    margin: 0;
    border: 0;
}
body{
    background-color: #bdd6f2!important;
    height: fit-content;
    background-image: url("../images/wall.jpg");
    background-size: cover;
    background-position: center center;
}

.header-img {
    height: 150px;
}

.index-list{
    font-size: 18px!important;
}

.index-img{
    background-color: #0f6674;
    color: white;
}

.about-bg{
    background-color: antiquewhite;
    color: black;
}

.caret {
    color: #4d3238;
    height: 70px;

}
a{
    color: darkred!important;
}

div-con{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.form-bg{
    background-color: #0f6674;
    color: white;
}
.form{
    background-color: #86cfda;
    color: black;
}

.contact-list{
    font-size: 20px;
}
textarea{
    font-size: 50px;
    font-weight: bold;
}
