@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

.navbar {
    font-family: 'Bebas Neue', cursive;
}

.nav-item {
    font-family: 'Poppins', sans-serif;
}

html,body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.banner1 {
    width: 100%;
    height: 40%;
    left: 0px;
    right: 0px;
}

.prompt1 {
    background-color: #f8f4f4;
    text-align: center;
    padding: 3% 9%;
    text-decoration: black;
    font-weight: bold;
    font-family: 'Bebas Neue', cursive;
}

.covers {
    font-family: 'Poppins', sans-serif;
    font-weight: inherit;
    padding-top: 3%;
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 2%;
}

.cov {
    width: 463px;
    height: 601px;
}

.covup {
    width: 463px;
    height: 601px;
    margin-top: 30%;
}

#banner2 {
    width: fit-content;
    height: 40%;
    left: 0px;
    right: 0px;
}

.heading {
    font-family: 'Poppins', sans-serif;
    font-weight: inherit;
    padding-top: 3%;
    padding-left: 8%;
    padding-right: 8%;
}

body, h6, h5, h1 {
    text-align: center;
}

.news {
    width: 65%;
    height: 70%;
}

.news2 {
    width: 100%;
    height: 100%;
}

.footer {
    background-color: #121212;
    padding-top: 10%;
    padding-bottom: 10%; 
    padding-left: 5%;
    color: #e5e5e5;
    font-family: 'Poppins', sans-serif;
}

body{
    overflow-x: hidden;
}

.link{
    color:inherit;
    text-decoration: none;
}