body{
    background: white;
    text-align: center;
}

.header{
    color: white;
    position: absolute;
    top: 380px;
    left: 50px;
    display: flex;
}

#header1{
    font-size: 60px;
    font-weight: bold;
}
#header2{
    position: absolute;
    top: 70px;
    font-size: 60px;
    font-weight: bold;
}

#header3{
    position: absolute;
    top: 200px;
    font-size: 40px;
    font-weight: bold;
}
.assignmnetList{
    height: 500px;
    position: relative;
    margin-top: 100px;
    font-size: 20px;
}
.assignmentHeader{
    font-size: 30px;
    font-weight: bold;
}

.background{
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: 0 auto;
}

.background img{
    width: 100%;
    height: 100%;
    position: absolute; top: 0; left: 0;
    object-fit: cover;
}