@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

.container {
    width: 100%;
    background-image: linear-gradient(#ffb74d, #f06292);
    border-radius: 15px;
    border-style: solid;
    margin: auto;
    border-color: #ffffff;
}

.row {
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    font-size: 100%;
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 1.3;
}

.card-panel{
    margin: 15px 10px 0px 10px;
    padding: 15px;
    border-radius: 15px;
}

.btn, .btn-large, .btn-small {
    text-decoration: none;
    color: #fff;
    background-color:#f06292;
    text-align: center;
    letter-spacing: .5px;
}

.collection .collection-item {
    background-color:#ffb74d;
    border-style: none;
    padding: 10px;
    color:#ffffff;
    font-weight: bolder;
}

.yellow.lighten-3{
    padding: 35px;
    text-align: justify;
}

.row .col.l9 {
    color:#4527a0;
    padding: auto;
}

.row .col.l8 {
    padding: 15px;
    text-align: justify;
}
.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #5e35b1;
  }
