* {
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    width: 100%;
    height: 100%;
    color: black;
    background:#333333;

    }

.main-body {
    /* position: fixed; */
    height:auto;
    width: 100%;
    background: url("background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.main-header {
    width: 100%;
    height: 10%;
    position: fixed;
    text-decoration: none;
    display: inline-block;
    margin: 0;
}

.main-header div {
    width: 100%;
    margin: 0;
    border: 0;
    position: fixed;
    font-weight: bold;
    font-size: 40px;
    color: orange;
    vertical-align: middle;
    text-align: left;
    font-family: 'Kaushan Script', cursive;
    /* background: url("") repeat; */
    background-color: #333333;
    padding: 2px 10px;
    z-index: 1;
    /* border-bottom: 2px solid orange; */
    /*display: inline-block;*/
}

.main-header p {
    position: fixed;
    top: 17px;
    color: orange;
    padding-right: 10%;
    padding-bottom: 5px;
    text-align: right;
    vertical-align: bottom;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid orange;
    z-index: 2;

}

#date {
    margin-top: 0;
    border-bottom: none;
    font-weight: 700;
}

#time {
    padding-top:5px;
    font-weight: 100;
}

/*
.main-header__brand {
    width: 100%;
    color: orange;
    text-decoration: none;
    font-weight: bold;
    font-size: 40px;
    display: inline-block;
}
*/

.main-body a {
    background-image: linear-gradient(to right, rgba(255,255,255,.25),rgba(255,255,0,.25));
    margin-top: 10px;
    margin: 2px; 
    padding: 2px;
}

.main-body p {
    width: 80%;
    color: black;
    font-weight: 800;
    border-width: 2px;
    border-color: black;
    border-style: solid;
    border-radius: 45px;
    margin: 5px 5px;
    padding: 20px 20px;
    background-image: linear-gradient(to left, rgba(255,255,255,.1),rgba(255,255,255,0.55));
}
.main-body br {
    margin-left: 50px;
}

.main-body iframe {
    display:none;
    visibility: hidden;
    margin-top: 20px;
    border-width: 3;
    border-radius: 25px;
}