body {
    background-color:aliceblue;
    color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

h1 {
    position: relative;
    text-align: center;
}

.banner-card {
    position: relative;
}

.banner-card img{
    max-width: 55%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.banner-text{
    font-size: large;
    position: relative;
    text-align: center;
}


.basic-images img{
    max-width: 45%;
    height: auto;
}