.header {
  overflow: hidden;
  background-color: #000000;
  padding: 20px 10px;
  border: 5px solid #8585ad;
}

.header a {
  float: left;
  color: #8585ad;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 20px; 
  line-height: 25px;
  border-radius: 4px;
  font-family: "Lucida Console", Monaco, monospace;
}

.header a:hover {
  background-color: #adadad;
  color: #8585ad;
}

.header a.active {
background: rgb(63,94,251);
background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
  color: #ad8585;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
}

body {
  font-family: 'Lato', Helvetiva, Arial, sans-serif;
  margin-top: 200px;
  text-align: center;
  color: #8585ad;
}

#clock {
  font-weight: 300;
  font-size: 100px;
}



body {
  margin: 0;
  box-sizing: border-box
}
* {
  box-sizing: inherit
} 


@media screen and (max-width: 500px)
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
li a {
 color:#ad8585 ;
 text-decoration: none; 
 margin: 20px;
}
  
  ul {
  text-align:center; 
  list-style-type: none;
  font-size: 25px; 
  margin: 0px; 
  list-style-type: none; 
  overflow: hidden;
  
}

li a:hover {
  text-decoration: underline;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

  
.Feedback {
  text-align:center;
  font-size: 20px;
  margin-left: 5%;
  margin-right: 5%;
}

.Wireframe {  
 text-align:center; 
 list-style-type: none;
 font-size: 25px; 
 list-style-type: none; 
 overflow: hidden;
 color:#8585ad ;
 text-decoration: none; 
 padding: 5px;
 border: 3px solid #8585ad;
 
}
  
.Wireframe:hover {
   text-decoration: underline;
  
} 
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.Submit {
  background-color: #4CAF50;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: none;
  width; 20px;
}

.container {
  border-radius: 5px;
  background-color: #8585ad;
  padding: 20px;
}

label {
  color: #cccccc;
  
}
  
  