.custom-row {
    padding: 20px;
    /*width: 100%;*/
    margin: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

body {
    padding: 20px;
    /*width: 100%;*/
    font-family: 'Open Sans', sans-serif;
}

.custom-col-100 {
    padding: 20px;
    width: 100% !important;
}

h1.custom-title {
    text-align: center;
    font-size: 5rem;
}

div.custom-text {
    font-size: 1rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.custom-col-50 {
    /* padding: 20px; */
    width: 50%;
    /* margin-bottom: 2rem; */
}

form.custom-form {
    padding: 20px;
    /* width: 100%; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: solid 5px #000;
    border-radius: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.custom-form-group {
    padding: 20px;
    /* width: 100%; */
    display: flex;
    margin-bottom: 1rem;
    flex-direction: column;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

label {
    font-weight: 900;
    margin-bottom: 1rem;
}

input#background-color {
    width: 100%;
    height: 3rem;
    padding: 10px;
    border-radius: 0px;
}

input, select {
    /* width: 100%; */
    padding: 20px !important;
    color: #000;
    border-radius: 14px;
    border: solid #0000003d;
}

textarea {
    padding: 20px !important;
    border-radius: 28px;
    border: solid #0000003d;
    height: 8rem;
}
button.custom-button {
    padding: 20px;
    background: #000;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}
.thumbnail {
    width: 100% !important;
    aspect-ratio: 1200 / 630 !important;
}

input[type="color"] {
    width: 100% !important;
    height: 3rem !important;
    padding: 0px !important;
    border-radius: 0px;
}

#thumbnail-canvas {
    overflow: hidden;
}

.subtitle {
    font-size: 3rem;
    margin-bottom: 1rem;
}