   a:link { text-decoration:none;  color:#a0a0a0; }
   a:visited { text-decoration:none;  color:#a0a0a0; }
   a:hover { text-decoration:none; color:#a0a0a0; }
   a:active { text-decoration:none; color:#a0a0a0; }

html {
      margin: 0; padding: 0;
}

body {
     margin: 0; padding: 0;
     font: normal 100% verdana, arial, helvetica, sans-serif; font-size:1em; font-weight: normal;
     background: #FBFBFB;
     overflow-y:scroll;
     overflow-x:hidden;
}

body p {
        color: #000000;
}

header {
        background: #000000;
        padding: 1em;
}

header p2 {
           color: #FBFBFB;
           font-size: 2em;
}

main {
      font-size:1em;
      padding:1em;
}

footer {
        font-size:1.5em;
        padding:1em;
}

.button {
         background: #a0a0a0;
         line-height: 4;
         width: 8em;
         height: 8em;
         border-radius: 8em;
         border: none;
         position: fixed;
         top: 1em;
         right: 1em;
         text-align: center;
}

.button p3 {
            color:#FBFBFB;
            font-size: 2em;
}

img {
     display: flex;
     margin: auto;
}

video {
      display: flex;
      margin: auto;
}