.toppicbar{
    width: 100%;
    height: 300px;
}

.maincontent {
    background: rgb(248, 248, 240);
    margin: 0 auto;
}
.toppicbar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.firstcont {
    width: 100%;
    height: 500px;
    margin-top: 10px;
    justify-content: center;
}
.smalllogo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.firsttitle {
    margin-top: 20px;
    margin-left: 300px;
    height: 60px;
    top: 20px;
    font-size: 30px;
    font-weight: bold;
    color: rgb(184, 13, 16);

}

.mainbar {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    height: 400px;

}

.firstpic {
    margin-top: 20px;
    margin-left: 30px;
    width: 550px;
    height: 350px;

}

.secpic {
    margin-top: 20px;
    width: 550px;
    height: 350px;

    margin-left: 20px;
}

.secpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.hr-twill-colorful {
    border: 0;
    padding: 3px;
    background: linear-gradient(135deg, red, orange,green, blue, purple);
    --mask-image: repeating-linear-gradient(135deg, #000 0px, #000 1px, transparent 1px, transparent 6px);
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
}

.footbar {
    width: 100%;
    height: 200px;
}

.footbar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}