@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");
html, body{
    background-color: black;
    overflow: hidden
}
#container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    position: relative;
    color: black;

    background-image: url('banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

#banners {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1500px;
    flex-wrap: wrap; 
    margin-top: 22%;
    margin-bottom: auto;
}

#banner, #banner2 {
    padding: 20px;
    text-align: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    text-align: center;
}
h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', sans-serif;
}
h2 {
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    color: rgb(49, 47, 47);
    font-family: 'Open Sans', sans-serif;

}
