*{
    margin:0;
    padding:0;
    font-family: sans-serif;
}
.contenedor{
    width: 100%;
    height: 100%;
    float: left;
    padding: 0;
    margin: 0 auto;
    position:relative;    
}
.izquierdo{
    width: 50%;
    height: 100%;
    float:left;
    background-image: url(Background.png);
    background-size: cover;
    background-position: center;
    display: flex;
  justify-content: center;
  align-items: center;
}

.derecho{
    width: 50%;
    height: 100%;
    float:left;
    background-color: white;
    display: flex;
  justify-content: center;
  align-items: center;
}

.logo{
    width: 250px;
    height: 250px;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    background-image: url(ALOEIT.png);
    background-size: cover;
    background-position: center;
}
h1
{
    font-size: 80px;
    margin:10px 0 30px;
    line-height: 80px;
    color: green;
}
h2
{
    font-size: 50px;
    margin:10px 0 30px;
    line-height: 80px;
    color: white;
}
