.css-background {
    background-color: #B4E1EB;
opacity: 0.8;
background-image:  radial-gradient(25% 25% at 25% 25%, #95BDD7 99%, transparent 101%), radial-gradient(25% 25% at 25% 25%, #95bdd7 99%, transparent 101%), radial-gradient(50% 50%, #B4E1EB 98%, transparent), repeating-conic-gradient(#B4E1EB 0 25%, #95BDD7 0 50%);
background-position: 50px 50px, 0 0, 0 0, 25px 0;
background-size: 100px 100px, 100px 100px, 50px 50px, 100px 50px;

}

.title-card {
    margin-left: 10%;
}

.title-heading {
    font-size: 4rem;
    color: #4f5154 !important;
}
.main-heading {
    color: #46494e;
    font-size: 5rem !important;
}

.instrument-serif-regular {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}

h3 {
    font-size: 1.8rem;
}

#about {
    margin: 5% 2%;
}

#hobbies {
    margin: 5% 2%;
}

.exhibit {
    height: 200px;

}

#minipic {
    height: 240px;
}

.footer {
    height: 320px;
}

.flex-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.hobby-container {
    margin-top: 70px;
}

.top-hobby-container {
    margin-top: 40px;
}

.second-flex {
    display: flex;
    justify-content: flex-end;
}

.final-image {
    height: 300px;
}
.painting {
    border: 5px solid #95BDD7;
    border-radius: 3px; 
}


@media (max-width: 600px) {
    .title-heading {
        text-align: center;
    }
    .main-heading {
        text-align: center;

    }
    .title-card {
        margin-left: 10%;
        margin-right: 10%;
    }
    .daisy-size {
        margin: 10%;
    }
    h3 {
        text-align: center;
    }

    .flex-container {
        display: flex;
        justify-content: space-around;
    }
    p {
        text-align: center;
    }
}
