*{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', 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: 70px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    -webkit-text-stroke: 1px blueviolet;
}
.subtitulo{
    font-size: 20px;
}