    main {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    h1 {
        font-family: 'Fleur De Leah', cursive;
        font-size: 80px;
        color: rgb(29, 29, 29);
        font-weight: 400;
        position: relative;
        text-align: center;
        margin-top: 25px;
    }
    
    p {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        color: rgb(29, 29, 29);
        font-weight: 100;
        margin-top: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    a {
        font-weight: bold;
        text-decoration: none;
        color: cornflowerblue;
    }
    
    p a:hover {
        text-decoration: underline;
    }
    
    .head-banner img {
        height: auto;
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    
    .main-text {
        width: 90%;
        text-align: center;
    }
    
    .commom-box-left {
        margin-top: 50px;
        display: inline-block;
        clear: both;
        height: 600px;
    }
    
    .commom-box-left img {
        float: left;
        height: inherit;
        margin: 20px;
        margin-right: 20px;
    }
    
    .commom-box-right {
        display: inline-block;
        clear: both;
        height: 600px;
    }
    
    .commom-box-right img {
        display: grid;
        float: right;
        height: inherit;
        margin: 20px;
        margin-right: 20px;
    }
    
    footer {
        top: 100%;
        position: relative;
        height: 70px;
        background-color: black;
    }
    
    footer p {
        text-align: center;
        color: white;
        padding-top: 20px;
    }