body, a:hover{
    cursor: url('cursor.png')10 10, auto;
}

h1{
    font-family: cursive;
    text-shadow: 2px 2px 5px black;
}

.top{
	height: 200px;
	width: 1000px;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	background-image: url(top.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    
}

body{
    padding: 0px;
    margin: 0px;
}

.d2{
    height: auto;
    width: 95%;
    text-align: center;
    /* font-family: Arial, Helvetica, sans-serif; */
    letter-spacing: 3px;
    color: white;
    margin-left: 0px;
    text-shadow: 2px 2px 10px rgb(0, 0, 0);
    

#name{
    height: 45px;
    margin-top: 65px;
    margin-right: auto;
    margin-left: auto;
}
#cert{
    height: 30px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

}

/* .d3{
    width: 25%;
    height: 200px;
    text-align: center;
    color: white;
    font-family: cursive;
    font-size: 20px;
    padding-top: 140px;
    text-shadow: 2px 2px 5px black;
} */

        

.nav{
    display: flex;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    height: 60px;
    /* background-image: linear-gradient(270deg,
      rgb(0, 94, 255),
       rgb(174, 0, 255)
       ); */
       background-image: url(nav.png);
       background-position: center;
       background-size: cover;
    line-height: 60px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;    
    display: flex;
    a{
        
        text-align: center;
        color: white;
        text-decoration: none;
        width: 200px;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 20px;
        text-shadow: 2px 2px 5px black;
    }
    a:hover{
        color: rgb(194, 248, 255);
        text-shadow: 2px 2px 5px #004b51;
    }
}

.page-name-strip{
    height: 40px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    /* background-image: linear-gradient(270deg, rgb(255, 242, 0), rgb(0, 94, 255), rgb(174, 0, 255)); */
    border: 2px solid white;
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}

    .scroll-container {
        height: 175px;
    width: 1000px;
    background: #7FC5FF;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    }

    .scroll-content {
        display: flex;
        animation: scrollAnimation 10s linear infinite;
        img{
            margin-top: 10px;
        height: 160px;
        margin-right: 5px;
        margin-left: 5px;
        border: 2px solid white;
        box-shadow: 0px 0px 7px black;
        }
    }

    @keyframes scrollAnimation {
        from { transform: translateX(0); }
        to { transform: translateX(-50%); }
    }

.main{
    min-height: 500px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    /* background-color: ; */
    background: linear-gradient(#7FC5FF , #FDA3FF);


    display: flex;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.left{
    width: 60%;
    text-align: justify;
    color: #00233f;
    margin-left: 20px;
    font-size: 20px;
    font-family: "Times New Roman", Times, serif;
    color: #00233f;
    h1{
        color: white;
        font-size: 40px;
        text-align: center;
    }
}

.right{
    margin-left: 10px;
    img{
        margin-top: 115px;
        height: 340px;
        animation-name: img-ani;
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-timing-function: ease-out;
        border: 2px solid white;
        box-shadow: 0px 0px 5px black;
    }
}

.footer{
    display: flex;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    height: 60px;
    font-size: 18px;
    /* background-image: linear-gradient(270deg, rgb(255, 242, 0), rgb(0, 94, 255), rgb(174, 0, 255)); */
    background-image: url(footer.png);
       background-position: center;
       background-size: cover;
    line-height: 60px;
    border-top: 4px solid white;
    display: grid;
    place-items: center;
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 20px;
        text-shadow: 2px 2px 5px black;
        
}

tr, td, table{
    padding: 10px;
    border: 2px solid white;
    text-align: center;
}

@keyframes img-ani{
    0%{
        
        opacity: 0%;
    }

    100%{
        opacity: 100%;
    }
}
