/* 
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif
*/

body {
    width: 900px;
    margin: 0 auto;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background: rgba(201,171,209,0.3);
}

article {
    margin: 25px;
}
p {
    text-align: justify;
}

a {
    font-size: 18pt !important; 
    text-decoration: none !important;
    transition: all .2s ease !important;
    color: #777 !important;
}

 hr {
     width: 75%;
 }
.ligas {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.col1 {
    width: 45%;
    padding: 15px;
    border: 1px solid #111;
    box-shadow: 0px 2px 3px #111;
    text-align: center;
    transition: all .2s ease;
}

.col1:hover {
    transform: scale(0.9);
}