body {
    background-color: black;
}

a:hover {
    text-decoration: none;
}

img.col-1-1 {
    border-radius: 2%;
}

img.col-1-2 {
    border-radius: 3%;
    height: 97.5%;
}

img.col-1-4 {
    border-radius: 4%;
}

img.col-banner {
    border-radius: 1%;
}

img.col-background {
    background-color: lightgoldenrodyellow;
}

.text-destaq {
    color: #f7ba81 !important;
  }
  
a.text-destaq:hover, a.text-destaq:focus {
color: #d39e00 !important;
}

div.clube-revista {
    background-color: #f8efed;
}

div.erro {
    background-color: yellow;
    color: black;
    text-align: center;
    margin-bottom: 1rem;
}