* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Typography Styles */

h2, .li-head {
    color: darkslateblue;
}

h2 {
    font-size: 50px;
    margin-bottom: 1rem;
}

.li-head {
    font-weight: 900;
    font-size: 36px;
}


p {
    line-height: 1.5rem;
}

.brand1 {
    font-size: 100px;
}

.brand2 {
    font-weight: bold;
}

header {
    background-color: skyblue;
    position: sticky;
    z-index: 1;
    top: 0;
}


/* Multi-section styles */


img {
    width: 100%;    
   
}


ol {
    padding-left: 2rem;
    margin-top: 30px;
}

ol li {
    padding: 10px 80px;
    margin: 5px 10px 20px;
    background-color: powderblue;
}


.container {
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.container .content {
    font-size: 18px;
    position: absolute;
    top: 1.5rem;
}

/* Section .intro styles */

section.intro {
    padding: .1rem;
    background-color: rgba(135, 207, 235, 0.918);
}

section.intro .container .content {
    color: tomato;
    opacity: 90%;
    padding: 2rem 2.5rem;
    width: fit-content;
    margin: 10px 50px 100px;
}

section.intro .container .content h2 {
    color: #2B170E;
    padding-top: 100px;
    font-size: 7rem;
    font-weight:900;
}

section.intro .container .content p {
    background-color:whitesmoke;
    padding: 1rem;
    font-size: 24px;
    color: black;
}

section.intro .container .content ul {
    background-color: whitesmoke;
    padding: 0 0 20px 50px;
    font-size: 36px;
}


/* section .accomodation styles  */

section.accomodation {
    background-color: rgba(252, 149, 14, 0.966);
}

section.accomodation .content {

}


/* section .travel styles  */

