﻿.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 0px;
}

.container {
    text-align: center;
    width: 90%; 
    max-width: 1000px;
}

.aboutimg {
    width: 300px;
    height: auto;
}

.aboutheader h1 {
    font-size: 3rem;
    margin-top: 20px;
}

.about p {
    font-family: Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.8;
    color: #333;
    margin-top: 10px;
}

.about strong {
    font-size: 1.5rem;
}
