*{
    box-sizing: border-box;
}
body{
            margin: 0px;
            font-family: sans-serif;
            overflow-x: hidden; 
        }

        .logo{
            width: 63px;
            text-align: center;
            box-sizing: border-box;
            float: left;
        }
        .logo > img {
            width: 100%;
            float: right;
        }
        .nevBar > a > div {
            font-size: 20px;
        }
        .imgShell{
            box-sizing: border-box;
            padding: 40px;
            float: left;
        }
        .container > div > div{
            width: 100%;
            height: 250px;
            border-radius: 5px;
            text-align: center;
            border-radius: 3px;
            box-shadow:0 5px 12px 0 rgba(0,0,0,0.5);
            overflow: hidden;
        }
        .container > div > div > a > img{
            width: 100%;
            height: 100%;
        }
        .container{
            margin-top: 75px;
        }
        .imgShell:hover{
            border-radius: 5px;
            transition-duration: 0.3s, 0.3s, 0.2s;
            transition-timing-function: ease-out, ease-in, ease-in-out;
        }
        .imgShell>div:hover{
            border: 3px solid white;
        }
        .headerText{
            font-size: 30px;
            font-family: Cursive;
            text-align: center;
        }
        .Header{
            font-size: 30px;
        }
        .shortHeader{
            font-size: 20px;
        }
        .whiteBorder{
            margin-left: 20%;
            border: 2px solid white;
            background-color: white;
            border-radius: 5px;
            width: 25%;
            height: 1px;
        }
        .whiteBorder2{
            margin-top: -4px;
            margin-left: 54%;
            border: 2px solid white;
            background-color: white;
            border-radius: 5px;
            width: 25%;
            height: 1px;
        }



        