*{
    font-family: 'Montserrat', sans-serif;
}

content{
    display: flex;
    align-items: center;
}

#unico{
    margin: 0 auto;
    text-align: center;
    font-size: 60px;
    margin-top: 200px ;
    font-weight: 500;
}

#unico p{
    font-size: 30px;
    font-weight: 300;
}


footer{
    width: 100%;
    position: fixed;
    bottom:0px;
    padding-bottom: 10px;
    text-align: center;
}