@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

.background-color {
    background-color: #03174c;
    height: 130vh;
    background-size: cover;
    font-family: "Bree Serif";
}

.home-background-top {
    background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/moon-stars-bg.png');
    height: 50vh;
    background-size: cover;
    padding-top: 90px;
}

.home-heading {
    color: #ffffff;
    font-size: 35px;
    font-weight: lighter;
}

.home-paragraph {
    color: #ffffff;
    font-weight: lighter;
}

.home-background-bottom {
    background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/moon-bg.png');
    height: 32vh;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 15vh;
    background-size: cover;
    border-radius: 5px;
}

.home-button {
    color: #ffffff;
    background-color: #8e97fd;
    height: 35px;
    width: 120px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: lighter;
    margin-top: 8px;
}

.night-page-top-image {
    height: 300px;
    width: 100vw;
    background-size: cover;
}

.detail-bottom {
    padding: 15px;
}

.detail-para {
    margin: 8px;
    color: #98a1bd;
    font-weight: lighter;
}

.detail-para1 {
    margin: 8px;
    color: #ffffff;
    font-weight: lighter;
}

.detail-bottom-image {
    height: 140px;
    width: 200px;
    margin: 5px;
}