@import url("global.css");

#general-info {
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
}

#about-section p {
    text-align: left;
}

#glider-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

#glider {
    width: 3.7rem;
    margin-top: 1rem;
}
