*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* Common CSS */
body{
    opacity: 0.8;
}
section{
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.mid-content{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-border{
    outline: 5px solid #791367;
    outline-offset: 20px;
    padding: 35px;
    border-radius: 30px 0 30px 0;
    background-color: #000000;
    color: #fff;
    font-size: 3rem;
    font-family:'Courier New', Courier, monospace;
}
.top-content{
    padding: 80px 45px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    font-family: sans-serif;
}
.top-content span{
    display: block;
    font-weight: bolder;
    padding-bottom: 20px;
}
/* Other CSS */
.sec2 .top-content,
.sec4 .top-content{
    background-color: #fff;

}
.mid-picture{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}
.mid-picture img{
    width: 30%;
}
.sec3 .top-content,
.sec5 .top-content{
    background-color: #1c1c20;
    color: #fff;
}








/* Background Images */
.sec1{
    background-image: url(./img/bg.jpg);
}
.sec2{
    background-image: url(./img/bg2.jpg);
}
.sec3{
    background-image:url(./img/bg3.jpg) ;
}
.sec4{
    background-image: url(./img/bg4.jpg);
}
.sec5{
    background-image: url(./img/bg1.jpg);

}