.form-floating {
    max-width: 700px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.form-button {
    max-width: 700px;
    margin-left: 10px;
    margin-right: 10px;
}

.title-reddy {
  font-family: "Space Grotesk", sans-serif;
}

.thumbnail-container {
    position: relative;
    border-radius: 10px !important;
    border-color: black !important;
    border-width: 2.5px !important;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 1); /* Adjust the color and opacity as needed */
    transition: transform 0.2s linear, box-shadow 0.2s linear; /* Apply transition to both transform and box-shadow */

}

.thumbnail-background {
    width: 100%;
    height: 225px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background-color: #FFFF00 !important;
}

.thumbnail-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 225px; /* Same height as the thumbnail */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 24px; /* Adjust font size as needed */
    font-weight: bold;
    font-family: "Space Grotesk", sans-serif;
    padding: 20px;
}

.edit-button {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
}

/* Neo-Brutalism style */

.nb-textarea,.nb-textarea:focus,.nb-textarea:active {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    border-color: black;
    border-width: 2.5px;
    box-shadow:none;
    font-family: "Space Grotesk", sans-serif;
}

.nb-label {
    font-family: "Space Grotesk", sans-serif;
}

.nb-button {
    font-family: "Space Grotesk", sans-serif;
    background-color: #7DF9FF !important;
    color: #000 !important;
    border-radius: 10px !important;
    border-color: black !important;
    border-width: 2.5px !important;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 1); /* Adjust the color and opacity as needed */
    transition: transform 0.2s linear, box-shadow 0.2s linear; /* Apply transition to both transform and box-shadow */
}

.nb-pink {
    background-color: #fc81ee !important;
}

.nb-button:hover,.nb-button:active {
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 1); /* Adjust the color and opacity as needed */
    transform: translate(2px, 2px);
}

.nb-text {
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
}
