*
{
    margin: 0;
    padding: 0;
}

body
{
    height: 100vh;
    font-family: "Electrolize", sans-serif;
    font-size: 20px;
    line-height: 1.5em;
}

#content-wrapper
{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#title
{
    margin: 0 0 3%;
}

#slogan
{
    margin-bottom: 3%;
}

#screens-wrapper
{
    display: flex;
    justify-content: space-around;
    width: 40%;
}

#screens-wrapper .phone-screen
{
    width: 30%;
    display: block;
    border: 5px #555 solid;
    display: block;
    border-radius: 20px;
}

svg { -webkit-background-clip: text; }

#app-icons
{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#app-icons img
{
    width: 90%
}

#app-store-badge-link
{
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}

#app-store-badge-link img
{
    width: 100%
}

#copyright
{
    position: absolute;
    right: 1%;
    bottom: 1%;
    font-size: 0.8em;
}
