.lelogo {
    height: 400px;
    width: 400px;
}

.cleaningapp_website {
    min-height: 200px;
    height: 25%;
}

.body {
    background-image: url("./imgs/bg.jpg");
    background-repeat: no-repeat; 
}

.leiframe{
    overflow:hidden;
    height: 50%;
    width: 50%;
    float: center;
}

.fa {
    padding: 10px;
    font-size: 26px !important;
    width:45px;
    text-align: center;
    text-decoration: none;
}

.fa:hover {
    text-decoration: none;
    color: white;
    opacity: 0.7;
}

.fa-facebook {
    color: Black;
}

.fa-twitter {
    color: Black;
}

.fa-instagram {
    color: Black;
}

.footer {
    margin-top: 50px;
  }

.downloadicon {
    margin-right: 5px;
    margin-left: 5px;
}

.downloadicon:hover {
    opacity: 0.7;
}

.clickylink
{
    cursor: pointer;
}

.clickylink:hover {
    text-decoration: none;
    opacity: 0.85;
}