/* latin */
@font-face {
  font-family: 'Coming Soon';
  font-style: normal;
  font-weight: 400;
  src: local('Coming Soon Regular'), local('ComingSoon-Regular'), url(https://fonts.gstatic.com/s/comingsoon/v11/qWcuB6mzpYL7AJ2VfdQR1t-VWDk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Overlock SC';
  font-style: normal;
  font-weight: 400;
  src: local('Overlock SC'), local('OverlockSC-Regular'), url(https://fonts.gstatic.com/s/overlocksc/v8/1cX3aUHKGZrstGAY8nwVzEGHocU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html{
    background: url(../css/jesuscaptainofshipbg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-family: sans-serif;
    box-shadow: inset 0 0 40px 0 #ff0505;
    padding: 0 0 33px;
    }

fieldset{
    width: 94%;
    max-width: 960px;
    min-height: 100%;
    margin: 50px auto 10px;
    padding: 50px 3px;
    background-color: rgba(0, 0, 0, 0.54);
    border-radius: 7px;
    text-align: center;
    font-family: 'Overlock SC', cursive;
    font-size: 23px;
    color: #5fff49;    
    box-shadow: inset 0 0 40px 0 #5fff49;
    }
    
legend{
    font-size: 25px;
    box-shadow: inset 0px 0 7px 0 #fff;
    border-radius: 7px;
    padding: 1px 7px;
    } 
    
.date{
    text-align: center;
    color: #00fdfd;
    font-size: 16px;
    font-family: 'Bad Script', cursive;
    }   

.smile-rotate{    
    transform: rotate(121deg);
    }    

h1{
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-size: 40px;
    font-family: 'Overlock SC', cursive;
    opacity: 0.7;
    box-shadow: inset 0px 0 7px 0 #0028ff;
    border-radius: 50%;
    text-shadow: 2px 2px 4px #20ff00;
    }
    
h2{
    width: 80%;
    margin: 0 auto;
    font-weight: 100;
    font-family: 'Coming Soon', cursive;
    color: aquamarine;
    text-align: center;
    box-shadow: inset 0px 0 7px 0 #0028ff;
    border-radius: 50%;
    text-shadow: 2px 2px 4px #20ff00;
    }    

img{
    max-width: 100%;
    box-shadow: 0 0 40px 0 #fff;
    border-radius: 21px;
    }