.main-content{
    position: relative;
    font-family: Tahoma;
}

.imgs{
    position: absolute;
    top: 140px;
    left: -10px;
    height: auto;
    width: 250px;
}

.img{
    position: absolute;
    top: -10px;
    left: -10px;
    width: 250px;
    height: 150px;

}

.imgr{
    position: absolute;
    top: 185px;
    left: -10px;
    height: auto;
    width: 250px;
}

.side-bar-content{
    position: absolute;
    top: 490px;
    left: -10px;
    background-color: rgba(96, 95, 95, 0.47);
    height: 250px;
    width: 250px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.side-bar-item{
    background-color: #1384bf;
    color: white;
    height: 30px;
    width: 240px;
    display: flex;
    font-size: 15px;
    align-items: start;
    cursor: pointer;
    text-align: left;
    padding-left: 10px;

}

.side-bar-item:hover{
    background-color: rgba(44, 44, 44, 0.47);
}

.header{
    position: absolute;
    background-color: #dddd;
    top: -8px;
    left: 230px;
    height: 120px;
    width: 84%;

}


.header-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.header-item {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.items {
    margin: 10px;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: inherit;
    gap: 100px;
    font-size: 15px;
}

.items span:first-child {
    margin-right: inherit;
}

.bottom-items-right {
    position: absolute;
    right: 0;
    padding-right: 10px;
    text-align: right;
    margin-top: 100px;
}

.bottom-items-right span {
    margin-left: 10px;
    cursor: pointer;
    color: #1384bf;
}

.bottom-items-right span:hover {
    text-decoration: underline;
}

.sub-header {
    position: absolute;
    top: 130px;
    left: 30px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #3c3b3b;
    width: 98%;
}
