body{
    margin: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: "Spinnaker", sans-serif;
}
.capetown{
    background-image: url("./images/cape.jpg");
    background-size: cover;
    height: 500px;
    margin-bottom: 50px;
    color: white;
    text-shadow: 2px 2px black;
}
.things-title{
    margin-bottom: 50px;
    text-decoration: underline;
}
h1{
padding-top: 200px;
}
.about, .activity{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.about img{
    border: 4px solid #172353;
    width: 80%;
}
.about h3, .activity p{
    width: 80%;
}
.activity img{
    border: 3px solid #E89F39 ;
    width: 60%;
}
.activity h3{
    color: #172353;
}


.serna-img{
    width: 170px;
    border-radius: 50%;
    border: 6px solid#E9A445;
}

.tour{

    margin: 60px 0;

}
.card{
    
    padding: 20px;
    display: flex;
    justify-content: space-around;
    width: 400px;
    margin: 0 auto;
    border-bottom: 6px solid#E9A445;
    background-color: #C1ABC0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 50px;
}

footer{
    height: 80px;
    background-color: #928AA9;
    text-align: start;
    padding: 20px;
}

@media (min-width: 1024px) {
  
    .activity img{
        border: 3px solid #E89F39 ;
        width: 60%;
    }
  }

  @media (max-width: 500px){
    .serna-img{
        width: 40%;
    }
    .card{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 70%;
    }
    .activity p, .about h3{
        width:95%;
    }
    
  }