*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

body {
    background-image: url(../img/Vector+1.svg);
    background-size: cover;
    background-color: blue;
    background-position: right top;
    position: absolute;
}

.contenedor{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
}

.textos{
    margin-left: 40px;
    z-index: 1;
    color: white;
}

.titulo{
    font-size: 80px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    padding: 30px 0 50px 0;
}

.subtitulo{
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 25px 0;
}

button{
    display: inline-block;
    width:  100px;
    height: 50px;
    border-radius: 10px;
    border-style: none;
    font-size:  20px;
    background-color: #00d1ff;
}
button:hover{
    background-color: rgb(0,81.96,100,0.9);
    text-decoration: underline  ;
}

button a{
    color:  black;
    text-decoration: none;
    font-weight: bold;
}

.imagen{
    position: relative;
    top: 100px;
    right: 50px;
}