        body {
            margin:0 auto;
            height:100%;
            width:100%;
            background-color: black;
            background-image: url(images/bg3.png);
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover; 
            background-attachment: fixed;
        }

        .content {
            width: 80%;
            padding: 12px 12px;
            margin: 100px 100px;
        }

        .img {
            position: static;
        }

        .header {
            position: static;
            top: 10%;
            left: 8%;
            text-shadow: 1px 1px 2px rgb(94, 142, 156), 3px 2px rgb(94, 142, 156);
        }

        .sub-others {
            position: static;
            top: 20%;
            left: 8%;
            text-shadow: 1px 1px 2px rgb(20, 20, 20), 3px 2px rgb(20, 20, 20);
        }

        .sub-title {
            position: static;
            top: 25%;
            left: 8%;
            margin-right: 20%;
            text-shadow: 2px 1px 2px rgb(20, 20, 20), 5px 2px rgb(20, 20, 20);
        }

        .date {
            position: static;
            top: 65%;
            left: 50%;
        }
 
        .time {
            position: static;
            top: 65%;
            left: 23%;
        }

        h1, h2, h3 {
            color: white;
            font-family:'Source Sans Pro', sans-serif;
            letter-spacing: 2px;
        }

        h1 {
            font-size: 40px;
            font-style: italic;
        }
        
        h2 {
            font-size: 40px;
        }

        .link {
            position: static;
            top: 85%;
            left: 8%;
        }

        a {
            text-decoration: none;
            color: white;
            font-family:'Source Sans Pro', sans-serif;
            letter-spacing: 2px;            
        }

        a:hover {	
		text-decoration: underline;
            color: darkcyan;
            transition: 0.2s;
        }
