/*Base styles - Mobile */

html {
    font-size: 14px;
}

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #444444;
    font-size: 1em;
}

a {
    text-decoration: none;
    font-size: 50px;
    color: blue;
    margin-left: 300px;
    margin-right: 70px;
    width: 70%;

}

a:hover {
    color: darkblue;
}

/*Small devices (tablets) */
@media screen and (min-width: 576px) {}

/*Medium devices (laptops) */
@media screen and (min-width: 768px) {}

/*Large devices (Desktops) */
@media screen and (min-width: 992px) {}

/*Extra large devices (large desktops) */

@media screen and (min-width: 1200px) {}

/* ==========================================================*/

/* 
font-family: 'Outfit', sans-serif;
font-family: 'Rubik', sans-serif;
font-family: 'Satisfy', cursive;
font-family: 'Stardos Stencil', system-ui;
*/


#banner {
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border-radius: 40px;
    border-style: solid;
    border-width: 8px;
}

body {
    background-color: #acb2b8;
    font-family: 'Rubik', sans-serif;


}

#card-section {
    background-color: gray;
   display: block;
    margin-right:10%;
    margin-left: 10%;
    margin-bottom: 200px;
    margin-top: 50px;
}

.slogan {
    text-align: center;
    font-size: 30px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.home-card {
    font-family: 'Satisfy', cursive;
    border: 2px;
    border-style: double;
    padding-right: 8px;
    padding-left: 8px;
    margin: 8px;

    background-color: rgb(215, 233, 181);
    width: fit-content;
    float: left;
    border-radius: 10px;
    ;

}

.home-card-image {
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    margin: 30px;
    height: 120px;
    border-radius: 20px;
    ;
}
/*
.home-card-image>img {
    object-fit: cover;
    width: 10px;
    height: 16px;
}
*/
h1 {
    font-family: 'Outfit', sans-serif;
}

h2 {
    text-align: center;
}

#footer {
    background-color: darkslategrey;
    text-align: center;
}