.infoIntro {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: white;
    background-color: rgb(63, 63, 63);
    padding-top: 1%;
    padding-bottom: 1%;
}

.infoContent {
    text-align: center;
}

p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}