* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}


body{
    background-color: rgba(172, 202, 178, 50%);
}

.container{
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}


header{
    background-color:rgba(212, 71,32, 100%);
    height: 60px;
    padding-top:10px;
}

header .container{
    display: flex;
    justify-content: space-between;
    color: rgba(233, 167, 82, 100%);
    font-size: 25px;
    font-weight: bold;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

header ul{
    display: flex;
    list-style: none;
    column-gap: 30px;
    font-size: 20px;
    margin-right: 20px;
}

header ul a{
    color: rgba(233, 167, 82, 100%);
}

.firstview .container{
    display: flex;
    justify-content: space-between;
    padding-top:60px;
    padding-right:40px;
    padding-left:40px;
    height: 720px;
}

.firstview img{
    width: 506px;
    height: 553px;
}

.firstview .letters{
    display: flex;
    flex-direction: column;
    color: rgb(120, 97, 77);
}

.firstview-passage{
    display:flex;
    flex-direction: column;
    font-size: 20px;
    margin-top: 40px;
}

.firstview h1{
    font-size: 47px;
}

.firstview p{
    padding-top: 20px;
}

.overview{
    padding-top:50px;
    height: 800px;
    background-color: rgba(233, 167, 82, 85%);
}

.overview h2{
    text-align: center;
    font-weight: bold;
    color: rgba(212, 71,32, 100%);
    font-size: 37px;
}

.overview .top{
    display:flex;
    margin-top: 40px;
    justify-content: center;
    column-gap: 40px;
}

.overview .bottom{
    display:flex;
    justify-content: center;
    margin-top: 40px;
    column-gap: 40px;
}

.overview img{
    height: 240px;
    width: 240px;
}

.overview p{
    color: rgb(120, 97, 77);
    font-weight: bold;
    text-align: center;;
}

.library .container{
    display: flex;
}

.library{
    height: 750px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.left-side{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 750px;
    padding-left: 80px;
}

.left-side .title{
    font-size: 42px;
    color:rgba(212, 71,32, 100%);
}

.left-side img{
    width: 326px;
    height: 326px;
}

.left-side p{
    font-size:18px;
    font-weight: bold;
    color: rgb(120, 97, 77);
}

.right-side .lib-info{
    width: 500px;
    height: 325px;
    background-color: rgb(120, 97, 77);
}

.num-seats{
    padding-top:40px;
    display: flex;
    width: 400px;
    margin-left: 45px;
    justify-content: space-between;
}

.lib-info .vibes{
    padding-top:15px;
    display: flex;
    width: 400px;
    margin-left: 45px;
    justify-content: space-between;
}

.lib-info .group-study{
    padding-top:15px;
    display: flex;
    width: 400px;
    margin-left: 45px;
    justify-content: space-between;
}

.lib-info .num-seats img{
    width: 230px;
    height: 34px;
}

.lib-info .vibes img{
    width: 230px;
    height: 34px;
}

.lib-info .group-study img{
    width: 230px;
    height: 34px;
}

.lib-info .opening-hour{
    color:#ffffff;
    font-size: 18px;
    padding-left: 35px;
    padding-top: 30px;

}

.lib-info p{
    color:#ffffff;
}

.img-lib img{
    width: 305px;
    height: 166px;
    
}

.img-lib{
    align-items: right;
}




footer{
    background-color: rgba(212, 71,32, 100%);
    height: 75px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-top: 25px;
}