#content {
    width: 70% !important;
    flex-wrap: wrap;
}

.spoti {
        display: none;
    }

.border-transparent {
    border-color: transparent;
}

* {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

h2 {
    font-weight: 600;
    text-transform: uppercase;
}

a:hover {
    color: #222222;
}


.card-body img {
    transition: transform .5s linear;
}

.card-body img:hover {
    transform: scale(1.05);
}

.card-body {
    overflow: hidden;
}

#content {
    perspective: 700px;
}

@media (max-width: 576px) {
    .profile {
        width: 90%;
    }
    
    .titulo {
        display: block;
    }
    
    .spoti {
        display: block;
    }
}

.button {
    background-color: rgb(33, 37, 41);
    color: white;
}