

body {
    color: #1D3557;
    margin: 0;
    text-align: center;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-size:25px;
    font-style: normal;
    background:#A8DADC;
    display: flex;
    flex-direction: column;
}

#hero {
    background-image: url("images/rooftopcinema.jpg");
    background-size: cover;
    padding: 10px 0 40px 0;
    border: 3px solid #457B9D;
    border-radius: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;   
}
.flex-container {
    flex-wrap: wrap;
}
.item {
    flex-basis: 30%;
}  
.flex-container img {
    width: 250px;
    height: 200px;
}
   
h1, h2, h3, p {
    text-shadow: 10px 0px 40px white; 
    
}

.underline {
    border-bottom: 4px solid #22333B;
}
    
#first {
    background: white;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    border-radius: 10%;
}

#second{
    background: white;  
    margin-bottom: 10px;
    margin-top: 5px;
    border-radius: 10%;
}
.assignment {
    margin-bottom: 75px;
}
.assignment img {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border-radius: 10%;
    height: 300px;
    width: 500px;
}
.buttons {
    display: flex;
    justify-content: center;
    gap: 100px;
}

#next_image, #previous_image {
    background-color: white;
    color:black;
    border-radius: 30px;
    font-family: "EB Garamond", serif;
    font-weight: 400; 
    font-style: normal;
    font-size: 30px;  
    padding: 10px;
    border: none;
}
.flex-container{
    display: flex;
    justify-content: space-around;
    align-items: center;  
    }
.item{ 
    border-radius: 40%;
    padding: 15px;
    margin: 10px 10px 40px 10px;
    background: white;    
}
.item-plant:hover{
    background-image: url("images/wisteriablooming.jpg");
}
.card {
    border: 1px solid purple;  
    border-radius: 3%;
    padding: 20px;  
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 400px;
    margin: 0 auto;
    background: lightcoral;
    color: black;
    border-bottom: 20px solid black;
}
.avatar{
    width: 250px;
    height: 200px;
}
