body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    }
    .main{

        font-size: 30px;
        text-align: center;
    }
    .firm-title{
        color:  #FF5733;
        font-size: 40px;
        font-weight: 700;
        font-style: italic;
    }
    .header, .footer {
        color: white;
    }