.title {
    width: 100%;
    height: fit-content;
    margin-top: 125px;
    margin-left: 30px;
    margin-bottom: 40px;
    font-family: Coolvetica;
    color: #d8412dff;
    font-size: 80px;
    display: flex;
}

.star-10 {
    margin-left: 15px;
    margin-top: 10px;
    width: 80px;
}

.subtitle {
    font-family: Coolvetica;
    color: #d8412dff;
    font-size: 30px;
    text-align: center;
    width: 100%;
}

.made-collage {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
}

.made-collage img {
    width: 90%;
}

.made-footer {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.made-bead-footer {
    width: 20%;
}