*{
    box-sizing: border-box;
}
body{
    margin: 0;
    text-align: center;
}
.first-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("images/torshov.jpg");
    background-size: cover;
    height: 300px;
    background-repeat: no-repeat;
    border: 3px solid #023047;
}
.s1-p{
    border-radius: 15px;
    font-size: 14px;
    color: white;
    background-color: #219ebc;
    padding: 5px 20px;
}
.s1-h{
    margin: 0;
    background-color: #023047;
    border-radius: 10px;
    color: white;
    padding: 5px 10px;
}
.second-section{
    background-color:  #F1FAEE;
    margin-top: -20px;
}
.images-container{
    display: flex;
    justify-content: space-around;
    flex-basis: 33.333333%
   
}
.t-img{
    background: url("images/theatre.jpg");
    background-size:cover ;
    background-repeat:no-repeat ;
    height: 200px;
    width: 200px;
    border-radius: 50%;
}
.p-img{
    background: url("images/park.jpg");
    background-size:cover ;
    background-repeat:no-repeat ;
    height: 200px;
    width: 200px;
    border-radius: 50%;
}
.s-img{
    background: url("images/sports.jpg");
    background-size:cover ;
    background-repeat:no-repeat ;
    height: 200px;
    width: 200px;
    border-radius: 50%;
}
.images-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.main-div{
    display: flex;
    flex-basis: 33.333333%;
}
h3{
    margin-bottom: 0;
}
.s2-h{
    margin-top: 20px;
    
}
.third-section{
    background-color: #A8DADC;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.your-guide h1{
    margin-bottom: 0;
}
.your-guide p{
    margin-top: 5px;
    margin-bottom: 0;
}