@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');

.articles-page-bg-container {
    background-color: #225db0;
    height: 100vh;
    width: 100vw;
    padding: 50px;
    text-align: center;
}

.articles-home-page-main-heading {
    font-family: "Roboto";
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;

}

.articles-home-page-paragraph {
    font-family: "Roboto";
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;

}

.articles-page-mini-cards {
    background-color: white;
    width: 300px;
    height: 200px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 25px;
    padding: 30px;
}

.articles-page-mini-card-para {
    font-family: "Roboto";
    color: black;
    font-size: 20px;
}

.articles-page-mini-card-image {
    width: 100px;
    height: 100px;
    padding-top: 20px;
}

.articles-technology-page-bg-container {
    background-color: #225db0;
    padding: 30px;
}

.articles-pages-main-heading {
    font-family: "Roboto";
    font-size: 40px;
    padding-top: 30px;
    color: #ffffff;
    font-weight: 600;

}

.articles-pages-items {
    color: #ffffff;
    padding-bottom: 3px;
    font-family: "Roboto";
    font-size: 25px;
    font-weight: 600;
}

.backbutton {

    border-style: solid;
    border-width: 1px;
    border-color: white;
    background-color: #225db0;
    color: white;
    padding: 5px;
    font-size: 25px;
    width: 100px;
    font-family: "Roboto";
}