body {
    font-family: Arial;
    margin: 0;
    padding:0;
    background-color: #316b6f;
}
p{
    font-size:20px;
}
.header-container{
    justify-content: center;
    margin-top: 80px;
}
.site-name-container p {
    color:#6e7688;
    font-weight: bold;
}
.site-name-container{
    height: 50%;
    padding-top: 30px;
}
.left-container{
    width:30%;
    display:flex;
    flex-direction: column;
}
.descripton-container{
    height: 50%;
}
.right-container{
    width:30%
}
iframe{
    width:100%;
}
h1{
    margin: 0;
    color:white;
}
p{
    margin: 0;
    color: white;
}
.second-container{
    margin-top:80px;
    flex-direction: row;
}
.second-container img {
    margin-left:40px;
}

.description-container{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 50px;
}
.slide{
    width: 100%;
    background-color: #303b53;
    display: flex;
    margin-top: 80px;
    min-height: 500px;
}
.third-container iframe{
    width: 800px;
    height: 500px;
}

.third-left-container {
    width:50%;
    margin-left:40px;
    font-size:20px;

    display: flex;
    justify-content: center;
    align-items: center;

}
.third-right-container{
    width:50%;
    display: flex;
    margin-right:40px;
    justify-content: flex-end;
}
.fourth-left-container{
    margin-left:40px;
    width:50%;

}
.fourth-right-container{
    margin-top:40px;
    width:50%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.fourth-left-container iframe{
    width: 800px;
    height: 500px;
}
.default-iframe-slide iframe{
    width: 800px;
    height: 500px;
}
.introduction-container{
    width:100%;
    background-color: #303b53;
    height:250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.introduction-description-container{
    width:70%;
}

.slide-left{
    margin-left:40px;
    width:50%;
    justify-content: center;
    align-content: center;
}
.slide-right{
    margin-top:40px;
    width:50%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.sixth-left-container {
    display: flex;
    flex-direction: column;
}
.space-top{
    margin-top:50px;
}