html, body{
    margin: 0;
    padding: 0;
}

header{
    width: 100%;
    height: 130px;
    background-color: rgba(255, 255, 255);
    position: fixed;
    z-index: 10;
    

}

.header-container{
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: space-between;
}

.header-left img{
    height: 130px;
}

.header-right{
    margin-top: 40px;
}

.header-right a{
    font-size: 20px;
    margin-right: 10px;
    text-decoration: none;
    color: black;
}

.top-container{
    width: 100%;
    padding-top: 170px;
    padding-bottom: 40px;
    text-align: center;
    background-color: rgba(151, 151, 151, 0.2);
}

.top-container img{
    width: 75%;
    height: 550px;
    object-fit: cover;
}

.main-container{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: rgb(194, 194, 194, 0.2);
    position: relative;
}

.main-container h2{
    text-align: center;
    font-size: 35px;
    margin: 0 auto;
}

main img{
    opacity: 0.7;
}

main a{
    font-size: 20px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

h2 span{
    border-bottom: 2px solid rgb(0, 0, 0, 0.3);
}

.right{
    width: 45%;
    height: 550px;
    margin-left: 15%;
}

.item1, .item2{
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}

.item1 img, .item2 img{
    width: 113%;
    height: 400px;
}

.item1{
    position: absolute;
    top: 23%;
    left: 30%;
}

.item1-1 p{
    position: absolute;
    top: 50%;
    left: 19%;
}

.item1-2 p{
    position: absolute;
    top: 50%;
    left: 71%;
}

.item2{
    position: absolute;
    top: 73%;
    left: 30%;
}

.item2-1 p{
    position: absolute;
    top: 46%;
    left: 23%;
}

.item2-2 p{
    position: absolute;
    top: 46%;
    left: 68%;
}

.main-2{
    margin-top: 210px;
    padding-bottom: 70px;
}

footer{
    background-color: rgba(50, 97, 141, 0.2);
    padding-bottom: 40px;
}

.footer-container{
    padding-top: 40px;
    display: flex;
    justify-content: space-around;
}

.footer-container h2{
    margin: 0;
    margin-bottom: 30px;
}

.footer-container p{
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.footer-right iframe{
    height: 85%;
}