body {
    margin: 0px;
    text-align: center;
    font-family: 'Modern Antiqua', cursive;
}

#hero {
    background-image: url("images/Riyadh\ city.jpg");
    background-size: cover;
    padding: 10px 0 400px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
    
#hero-title {
    color: black;
    padding: 5px 20px;
    background: #a2d2ff;
    border-radius: 5px;
    text-shadow: 0px 0px 1px white;
}

#hero-text {
    color: black;
    padding: 5px 20px;
    background: #a2d2ff;
    border-radius: 5px;
    text-shadow: 0px 0px 1px white;  
    margin: 0;
}

.activity {
    margin-top: 100px;
    display: flex;
    justify-content: space-around;
    background: #F1FAEE;
    padding-top: 100px;
    margin: 0px auto;
}

.img {
    width: 200px;
    border-radius: 100px;
}

.text {
    width: 200px;
}

.card {
    width: 600px;
    height: 294px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px;
    padding: 20px;
    background: #ecbcfd;
    font-family: Brush system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-shadow: 0 0 1px white;
    border-bottom: 10px solid #deaaff;

}

#my-img {
    width: 180px;
    height: 250px;
    border-radius: 20px;
}

.card-text {
    width: 350px;
}