h1 {
    font-size: 50px;
}

h2 {
    font-size: 30px;
}

.section {
    margin-bottom: 50px;
}

.app-section {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 75px;
}

.app-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 20px;
}

.app-name {
    text-align: left;
    font-size: 25px;
}

.app-descliption {
    margin-top: 15px;
    margin-left: 5%;
    text-align: left;
    font-size: 20px;
}

html {
    color: #000000;
    font-size: 20px;
    text-align: center;
    background-color: #ffffff;
}
