h1 {
    background: rgba(176, 230, 255, 0.767);
    padding: 20px;
    text-align: center;
    border: rgb(0, 0, 0) solid 2px;

    
}

nav {

    text-align: center;
    
    
}

nav a {
    color: black;
    text-decoration: none;
}

nav a:hover {
    color: rgba(152, 179, 255, 0.87);
    text-shadow: 1px 2px 3px rgb(51, 51, 51);
}

body {
    margin: 0;
    min-width: 1%;
    font-family: Arial, sans-serif;
    font-size: 16pt;
}

section {
    width: 810px;
    margin: 70px auto;
    padding: 0 40px 20px 40px;
    background: black;
    border: 10px solid rgb(255, 255, 255);
    box-shadow: 0 20px 40px black;
}

html {
    background: #333333 url('images/background.jpg');
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

p {
    color:  rgba(176, 230, 255, 0.767);
}

h3 {
    color: white;
    text-align: center;
}

div#title {
    justify-content: space-between;
}

h6#link {
    font-size: 30px;
}

iframe {
    size: 800px;
}