*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow: hidden;
}
.background-img > img{ 
    position: relative;
    height: 100vh;
    width: 100vw;
   
}
 .header{
    display: block;
    position: absolute;
    top: 8%;
    left: 5%;
    font-family: 'Courier New', Courier, monospace;
 }

.header > h1,h2{
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
}


.admin{
    position: absolute;
    top: 20%;
    left: 1%;
    width: 26%;
    height: 70%;
}
.avt{
    height: 50%;
    width: 100%;
}
.avt-img{ 
    display: block;
    font-size: 20px;
}
.avt-img img{
    height: 60%;
    width: 60%;
    object-fit: cover; 
    margin-bottom: 40px; 
    margin-top: 20px;
    margin-left: 60px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.avt-img p{
    font-size: 20px;
    font-weight: 500;
    margin-left: 15%;
    margin-top: 5px;
    margin-bottom: 15px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}


.content{
    position: absolute;
    border: 5px solid rgba(67, 107, 102, 0.536);
    width: 70%;
    height: 95%;
    color: black;
    top: 3%;
    left: 28%;
    background: linear-gradient(to left, #ccc8c800, #f0eceb00);
    display: flex;
}
.left-content{
    flex: 1;
    width: 100%;
    margin: 20px;
    
}
.right-content{
    flex: 1;
    width: 100%;
    margin: 20px;
}
hr{
    height: 4px;
    background: rgb(119, 63, 96);
    margin: 10px 0px 25px 0px;
}
.left-content h1, .right-content h1{
    font-family: 'Courier New', Courier, monospace;
    font-size: 30px;
}
.about-me p{
    margin-bottom: 10px;
}
.icon{
    font-size: 40px;
    margin:10px;
}

.icon:hover{
    cursor: pointer;
    color:white;
}
.title {
    display: inline-block;
    margin-right: 20px; /* Adjust as needed for spacing between elements */
}


.title h1 {
    display: inline;
    margin-left: 5px; /* Adjust as needed for spacing between icon and text */
}

.title i {
    font-size: 25px;
    padding-bottom: 20px;
}

.text{
    font-size: 18px;
}