body{
    margin: 0;
    padding: 0;
    height: 100vh;
}
.center_items{
    display: flex;
    align-items: center;
    justify-content: center;
}
h2{
    position: absolute;
    margin: 0;
    padding: 0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
.main_logo{
    width: 80%;
}
h4{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.txt_align{
    flex-direction: column;
}
.logos_align{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 1.5rem;
}
.store_logos{
    width: 29vw;
}