@import url(/landing.css);
@import url(/components/instalation/instalation.css);

.headings,
.fonts {
    display: flex;
    flex-direction: column;
}

.font_size:nth-child(1) {
    font-size: 3.5rem;
}

.font_size:nth-child(2) {
    font-size: 3rem;
}

.font_size:nth-child(3) {
    font-size: 2.5rem;
}

.font_size:nth-child(4) {
    font-size: 2rem;
}

.font_size:nth-child(5) {
    font-size: 1.5rem;
}

.all_utilities {
    display: flex;
    padding: 4rem;
    gap: 1rem;
    flex-direction: column;

}

.font_size:nth-child(6) {
    font-size: 1rem;
}

.alignment {
    display: flex;
    gap: 1rem;
    font-size: 1.5rem;
    padding: 4rem;
    width: 30rem;
    position: relative;
}

.left_align {
    position: absolute;
    top: 0;
    left: 0;
    align-items: flex-start;
}

.center_align {
    position: absolute;
    left: 10rem;
    justify-content: center;
}

.right_align {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}

.align_div {
    display: flex;
    justify-content: center;
}
