.container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.container ul {
    list-style-type: none;
}

.container li {
    font-size: 20px;
}

.container a:hover {
    color: red;
}

.left {
    margin-left: 400px;
    text-align: center;
}

.left img {
    width: 100%;
    margin-top: 50px;
}

.right {
    margin-right: 400px;
    text-align: center;
}

.right img{
    width: 100%;
    margin-top: 50px;
}
