*{
    margin: 0px;
    padding: 0px;
    background-color: black;
    color: #FFFFFF;
    font-family: 'Montserrat';
}

a.personal-texto:link, 
a.personal-texto:visited, 
a.personal-texto:focus, 
a.personal-texto:active{
    color:#FFFFFF;
}

a{
    color:#FFFFFF;
    text-decoration: none;
    transition: 2s;
}
a:hover{
    color: #5a5a5a;
    transition: 2s;
}

.container{
    display: flex;
    width: 100 vw;
    height: 100 vh;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.presonal, .trabajo{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}


.trabajo-logo{
    font-size: 20rem;
}

.personal-texto, .trabajo-texto{
    font-size: 4em;
    color:#FFFFFF;
}
.texto{
    font-size: 1.5em;
}
.logo{
    width: 400px;
    height: auto;
}
@media (max-width:1130px){
    .container{
    flex-direction: column-reverse;
    }
}