.main {
    background-color: #292C33;
    width: 100%;
    height: 900px;
    display: flex;
    justify-content: center;
    z-index: -2;
    padding-top: 50px;
}
.line {
    display: block;
    position: relative;
    top:50%;
    transform: translateY(-100%);
    margin: 0 auto;
    background-color:#F1C50E;
    width: 100%;
    height: 170px;
    z-index: 9;
}
.row {
    height: 100%;
    z-index: 10;
    position: absolute;
}
img {
    width: 100%;
    z-index: 10;
    margin-top: 15px;
    margin-bottom: 15px;
}
img:nth-child(1) {
    height: 500px;
}
.name   {
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-size: 3.5rem;
    margin-bottom: 15px;
    
}
h2 {
    color: #F1C50E;
    
}
p {
    color: #fff;
    
}

li {
    color: #fff;
    
}
.name2 {
    font-size: 2.5rem;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.name3 {
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 30px;
}
.li {
    list-style-type: none;
    font-size: 1rem; 
    
}
.ulli {
    padding:0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    width: 200px
}
.ulli li {
    font-size: 2rem;
    padding:0;
}
.ulli li:hover {
    color: rgb(243, 182, 182);
    transform: translatey(-3px);
}
.ulli1 {
    padding-left: 0px;
}
.ulli1 li {
    padding:0;
}
.col22 {
    padding-right: 0;
}
.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
}

