    * {
        padding: 0;
        margin: 0;
    }
    
    body {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        background: #eee;
    }
    
    header {
        background: fixed no-repeat linear-gradient(#33333347, #4444444f), url(../img/banner1.jpg);
        background-size: cover;
        height: 550px;
    }
    
    .container {
        width: 96%;
        margin: 0 auto;
    }
    
    .row {
        display: flex;
    }
    
    .row1 {
        display: flex;
        flex-wrap: wrap;
    }
    
    header .logo {
        margin-top: 1px;
        width: 300px;
        font-size: 40px;
        color: rgb(245, 0, 0);
        font-family: Georgia, 'Times New Roman', Times, serif, Courier, monospace;
        margin-left: 12px;
    }
    
    a {
        text-decoration: none;
    }
    
    ul li {
        list-style: none;
    }
    
    .justify-around {
        justify-content: space-around;
    }
    
    nav {
        height: 70px;
        box-shadow: #4444443c 3px 13px 13px;
        background-image: linear-gradient(#f200ff23, #ffffff1c);
    }
    
    .menu li {
        font-size: 24px;
        width: 115px;
        padding: 20px;
        font-weight: 500;
        text-shadow: rgba(255, 255, 255, 0.145) 5px 5px;
        transition: .6s text-shadow;
        text-transform: capitalize;
    }
    
    .menu li a {
        color: rgb(1, 0, 56);
    }
    
    .menu li:hover {
        text-shadow: rgba(255, 255, 255, 0.604) 35px 15px;
    }
    
    .menu li:active {
        text-shadow: rgba(0, 0, 0, 0.741) 35px 15px;
    }
    
    li.register a {
        margin-top: 25px;
        padding: 25px 15px;
        background: rgb(255, 0, 0);
        border-radius: 100%;
        color: rgb(255, 255, 255);
        transition: .6s background-color, color;
        text-shadow: none;
    }
    
    li.register a:hover {
        background-color: #ffffff5d;
        color: rgb(228, 15, 15);
    }
    
    .banner {
        margin-top: 15px;
    }
    
    .banner-form {
        width: 75%;
        margin: 15px auto;
    }
    
    .banner-form form input {
        width: 75%;
        margin: 0px auto;
        margin-left: 80px;
        height: 8px;
        border-radius: 21px;
        outline: none;
        border: none;
        margin-top: 5pc;
        background: linear-gradient( 180deg, #9d0000ed, #000000eb);
        padding: 25px;
        font-size: 34px;
        color: #fff;
        font-family: fangsong;
    }
    
    .banner-text {
        width: 75%;
        margin: 0 auto;
        margin-top: 60px;
        text-align: center;
    }
    
    .banner-text h2 {
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        line-height: 40px;
        color: #fff;
        font-weight: 500;
    }
    
    .banner-button a button {
        width: 222px;
        padding: 15px;
        padding-top: 1px;
        border: none;
        outline: none;
        border-radius: 15px;
        color: #03224b;
        text-transform: uppercase;
        font-size: 24px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, Helvetica, sans-serif;
        transition: .5s;
        text-align: center;
        transition-property: color, background-color;
        transform: translate(392.5px, 23px);
    }
    
    .banner-button a button:hover {
        color: red;
        background-color: rgba(255, 255, 255, 0.439);
    }
    
    .about {
        justify-content: space-between;
        width: 100%;
        display: flex;
    }
    
    .card-box {
        width: 340px;
        text-align: center;
        padding: 15px;
        background: rgb( 0, 255, 55);
        margin-top: -55px;
        z-index: 9;
        transition: .6s;
        transition-property: background;
        border-radius: 5px;
    }
    
    .card-box-img img {
        width: 70px;
        margin-bottom: 15px;
    }
    
    .card-box-text {
        font-size: 20px;
        line-height: 2rem;
        letter-spacing: 1px;
        color: #fff;
    }
    
    .card-box:hover {
        background: rgb(255, 0, 0);
    }
    
    .card-box2 {
        width: 340px;
        text-align: center;
        padding: 15px;
        background: rgb(0, 247, 255);
        margin-top: -55px;
        z-index: 9;
        transition: .6s;
        transition-property: background;
        border-radius: 5px;
    }
    
    .card-box2:hover {
        background: rgb( 0, 255, 55);
    }
    
    .cards {
        width: 100%;
    }
    
    .title-text {
        background-color: #00f7f365;
        width: 100%;
        height: 90px;
        text-align: center;
        font-size: 32px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: aliceblue;
        margin: 50px 0;
        border: 3px solid #00f7f3a6;
    }
    
    .card {
        width: 477px;
        overflow: hidden;
        margin: 30px 0;
    }
    
    .card-img {
        width: 500px;
        overflow: hidden;
        height: 363px;
        position: relative;
    }
    
    .card-img img {
        width: 500px;
        transition: .5s;
        height: 363px;
        transition-property: width, height;
    }
    
    .card-img img:hover {
        width: 530px;
        height: 383px;
    }
    
    .card-img a img {
        width: 30px;
        position: absolute;
        top: 5px;
        left: 5px;
    }
    
    .card-img a img:hover {
        width: 40px;
    }
    
    .webdev {
        width: 97%;
        background: linear-gradient(#444, #333);
        padding: 15px;
        margin-top: 30px;
        overflow: hidden;
    }
    
    .web-card-img img {
        width: 334px;
    }
    
    .web-card-text {
        margin: 0 auto;
        width: 55%;
        text-align: center;
        margin-top: 34px;
        font-size: 23px;
        color: #ffcede;
        line-height: 45px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    
    .web-card-text h2 {
        margin: 30px 0;
        text-transform: uppercase;
        color: #fff;
    }
    
    footer {
        background: url(../img/footer1.jpg) center/cover fixed;
        height: 180px;
        width: 100%;
        color: #fff;
        line-height: 85px;
    }