#logo {
    width: 300px;
    height: auto;
}
.fele {
    width: 50%;
    height: auto;
}
.olel {
    position: relative;
    top: -200px;
    z-index: 100;
    margin: 0 auto;
    color: rgb(201, 45, 45);
    background-color: rgba(255,255,255,0.5);
    font-size: 18pt;
}
@media only screen and (max-width: 600px) {
    h1 {
        font-size: 18pt;
    }
    img, .fele {
        width: 80%;
        height: auto
    }
    p {
        font-size: 14pt;
    }
    .olel {
        top: -120px;
    }
}