.section{
    height: auto;
}
.section ul{
    text-align: left;
    
}
ul>p{
    font-size: 20px;
    color: #000;
}

.middle a{
    text-decoration: underline;
    font-size: 25px;
    color:#707070;
    transition: color 0.5s;
}
.middle a:hover{
    color: #3aeff2;
}

.middle a:active{
    color: #707070;
}
.middle ul li a{
    font-size: 15px;
}
.middle ul {
    overflow: hidden
}
iframe{
    width:50%;
    height:350px 
}
#imagine{
    width: 50%;
}
@media only screen and (max-width: 600px){
iframe{
    width:100%;
    height:350px 
}

#imagine{
    width: 100%;
}
}