@charset "utf-8";

p {
    text-align: center;
    color: #3e3e3e;
}

.appInformation {
    margin: 150px auto;
}
    
.appName {
    margin: 0.0px 0.0px 0.0px 0.0px;
    padding: 0.0px 100.0px 0.0px 100.0px;
    text-align: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 800;
    font-style:normal;
    font-size: 60px;;
    color: #3e3e3e;
}

.appSubName {
    margin: 0.0px 0.0px 0.0px 0.0px;
    text-align: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    font-style:normal;
    font-size: 25px;;
    color: #3e3e3e;
}

.appSubName2 {
    margin: 0.0px 0.0px 0.0px 0.0px;
    padding: 0.0px 50.0px 0.0px 50.0px;
    text-align: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 250;
    font-style:normal;
    font-size: 20px;;
    color: #3e3e3e;
}

.appIcon {
    max-width: 100%;
    height: auto;
}

a {
    color: #3e3e3e;
    text-decoration: none;
}

