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

body{
    margin: 0;
    padding: 0;
    background-color: #000000;
    color:white;
    font-family: 'Poppins', sans-serif;
}
header{
    display: flex;
    flex-direction: row;
    /* width:100%; */
    justify-content: flex-start;
}
#logo{
    width:11%;
}
#FS-logo{
    width: 30%;
}
.container{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.container{
    width:90%;
    margin: 0 5% 0 5%;
}
#hero-image{
   width: 100%;
}    

h1 h2 p {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
}
li{
    padding: 10px 0 10px 0;
    text-align: left;
}
.bottom-options{
    width: 90%;
    margin: 0 5% 0 5%;
    display: flex;
    flex-direction: row-reverse;
    justify-content:space-evenly;
}

/* .bottom-options > a{
    margin: 10px;
} */
#playstore{
    width:49%;
    height: 115%;
}
#whatsapp{
    width:16%;
    height: 75%;
}
footer{
    margin-top: 10%;
    padding: 5px;
}

