body {
    margin: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #E6E0D8;
    background:
        url(/static/uploads/Group\ 9.svg) no-repeat -7rem -15rem, #E6E0D8;
        /* url(/static/uploads/background-object\ 3-3.svg) no-repeat 100% -130%,
        url(/static/uploads/background-object\ 5.svg) no-repeat -20% -48%, #E6E0D8; */
}

.big-heading-top {
    display: flex;
    justify-content: center;
    color: #905A5A;
    font-family: "Julius Sans One";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.big-middle-line{
    display: flex;
    justify-self: center;
    width: 30rem;
    height: 0.13544rem;
    flex-shrink: 0;
    border-radius: 1rem;
    background: #662F2F;
    position: relative;
    bottom: 1rem;
}

.grid-container{
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    gap: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.grid-item{
    display: flex;
    flex-direction: column;
    background-color: #703c3c;
    border-radius: 10px;
    height: 16rem;
    width: 25rem;
    font-family: "Julius Sans One";
    color: #E6E0D8;
    text-align: center;
    font-size: 1.5rem;
    padding-top: 1rem;
}

.grid-item img{
    margin: 0 auto;
    width: 85%;
    height: 9rem;
    border: 1px solid;
    margin-top: 1rem;
}

.bottom-line-items{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.description{
    font-family: "Kantumruy Pro";
    font-size: 0.9rem;
    margin-left: 1.8rem;
    width: 10.3rem;
    text-align: left;
}

.see-more-btn{
    border-radius: 2rem;
    background: #905A5A;
    width: 10rem;
    height: 1.5rem;
    padding: 0.2rem;
    color: #FFF;
    font-family: "Kantumruy Pro";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    transition: 0.33s ease-in-out;
    margin-top: 1.2rem;
    margin-right: 2rem;
}

.see-more-btn:hover {
    background-color: #662F2F;
}

/* Modal container */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal content */
.modal-content {
    position: relative;
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 80%;
    max-width: 50rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #aaa;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.close-btn:hover {
    color: #000;
}

.modal-content {
    background-color:#E6E0D8;
    color: #986a6a;
    font-size: 3.5rem;
    font-family: "Julius Sans One";
}

.eindstep-prototype {
    width: 50rem;
}

.cloudline-prototype {
    width: 50rem;
}

.mario-prototype {
    width: 45rem;
}

.cookease-logo {
    width: 50rem;
}

.eindstep-btn {
    background: #905A5A;
    font-size: 1.5rem;
    font-family: "Julius Sans One";
    color: #fff;
    border-radius: 2rem;
    width: 16rem;
    padding: 0.5rem;
    display: flex;
    justify-self: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.eindstep-btn:hover {
    background-color: #662F2F;
}

a {
    text-decoration: none;
}