body{
            width:100%;
            background-color:#c0ded9;
            font-family: Verdana, sans-serif;
            margin-bottom: 60px;
	    }
        .heading{
	        text-align:center;
	        font-family: Georgia, serif;
	        padding:20px;
	        text-shadow:3px 3px black;
	        color:#eaece5;
	        margin:10px;
	        font-size:60px;
	        font-weight:800;
	    }
	    .head{
	        background-color:#b2c2bf;
	    }
        .floatright{
            float:right;
        }
        .active{
            background-color:white;
        }
        .leftbox1{
            background-color:#ffffff;
            position:relative;
            float:left;
            left:200px;
            border-radius:20px;
            margin:10px;
            font-size:21px;
            padding:15px;
            height:300px;
            width:500px;
            box-shadow:10px 10px 5px 10px;
        }
        /*Box With Top element*/
        .leftbox2{
            background-color:#ffffff;
            position:relative;
            float:left;
            top:150px;
            left:600px;
            border-radius:20px;
            margin:10px;
            font-size:21px;
            padding:15px;
            height:300px;
            width:500px;
            box-shadow:-10px 10px 5px 10px;
        }
        .leftbox3{
            background-color:#ffffff;
            position:relative;
            float:left;
            left:35%;
            border-radius:20px;
            margin:10px;
            font-size:20px;
            padding:15px;
            height:300px;
            width:500px;
            box-shadow:0px 10px 5px 9px;
        }
        /*Box without top*/
        .leftbox20{
            background-color:#ffffff;
            position:relative;
            float:left;
            left:600px;
            border-radius:20px;
            margin:10px;
            font-size:21px;
            padding:15px;
            height:300px;
            width:500px;
            box-shadow:-10px 10px 5px 10px;
        }
        .box1{
            background-color:#ffffff;
            position:relative;
            float:left;
            border-radius:20px;
            margin:20px;
            margin-left:125px;
            font-size:23px;
            padding:15px;
            height:250px;
            width:400px;
        }
        .box2{
            background-color:#ffffff;
            position:relative;
            float:right;
            border-radius:20px;
            margin:20px;
            margin-right:125px;
            font-size:23px;
            padding:15px;
            height:250px;
            width:400px;
        }
    /*Box with no Background*/
        .nobackbox{
            position:relative;
            float:left;
            border-radius:20px;
            margin:20px;
            margin-left:125px;
            font-size:23px;
            padding:15px;
            height:250px;
            width:400px;
        }
        footer {
            background-color:#3b3a30;
            text-align: center;
            color: white;
            padding:10px;
            position:fixed;
            width: 100%;
            bottom:0;
        }
        .navbar {
            overflow: hidden;
        }
        .navbar a {
            float: left;
            font-size: 24px;
            color:#eaece5;
            transition: background-color .3s;
            text-shadow:2px 2px black;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
        }
        .dropdown {
            float: left;
            overflow: hidden;
        }
        .dropdown .dropbtn {
            font-size: 24px;  
            border: none;
            outline: none;
            color:#eaece5;
            text-shadow:2px 2px black;
            padding: 14px 16px;
            background-color: inherit;
            font-family: inherit;
            margin: 0;
        }
        .navbar a:hover, .dropdown:hover .dropbtn {
            background-color:white;
        }
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px;
            z-index: 1;
        }
        .dropdown-content a {
            float: none;
            color:#eaece5;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }
        .dropdown-content a:hover {
            background-color: #ddd;
        }
        .dropdown:hover .dropdown-content {
            display: block;
        }
        @media screen and (max-width:900px) {
            .column {
                width: 100%;
            }
        }
        .column {
            background-color:#ffffff;
            float: left;
            width: 30%;
            padding: 10px;
            border-radius:20px;
            margin:10px;
            font-size:23px;
        }
        .column2 {
            float: left;
            width: 30%;
            padding: 10px;
            border-radius:20px;
            margin:10px;
            font-size:23px;
        }
        .bordershadow1{
            box-shadow:-5px 5px 5px 5px;
        }
        .bordershadow2{
            box-shadow:5px 5px 5px 5px;
        }
        .bordershadow3{
            box-shadow:0px 5px 5px 5px;
        }
        .container {
            grid-template-rows:auto 1fr auto;
            grid-template-columns:100%;
            min-height:100px;
            min-height:100px;
        }
        .emptyspace{
            width:100%;
            height:750px;
        }
        .emptyspace1{
            width:100%;
            height:25px;
        }
        .emptyspace2{
            width:100%;
            height:500px;
        }
        form {
            background-color: #fff;
            max-width: 500px;
            margin: 50px auto;
            padding: 30px 20px;
            box-shadow: 0px 7px 10px 0px;
        }
        .form-control {
            text-align: left;
            margin-bottom: 25px;
        }
        .form-control label {
            display: block;
            margin-bottom: 10px;
        }
        .form-control input,
        .form-control select,
        .form-control textarea {
            border: 1px solid #777;
            border-radius: 2px;
            font-family: inherit;
            padding: 10px;
            display: block;
            width: 95%;
        }
        .form-control input[type="radio"],
        .form-control input[type="checkbox"] {
            display: inline-block;
            width: auto;
        }
        button {
            background-color:#b2c2bf;
            border: 1px solid #777;
            border-radius: 2px;
            font-family: inherit;
            font-size: 21px;
            display: block;
            width: 100%;
            margin-top: 50px;
            margin-bottom: 20px;
        }
        button:hover{
            background-color:#3b3a30;
        }
        table{
            margin-top:50px;
            border-collapse:collapse;
            height:400px;
            background-color:white;
            box-shadow:0px 10px 10px 5px;
            text-align:center;
            width:1000px;
        }