/* home page */


.homeIntro{
    margin: auto;
    text-align: center;
    border: 5px;
    border-color: black;
    border-radius: 25px;
    flex-direction: row;
}
.container{
    max-width: 1200px;
    margin: auto;
}