body {
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto auto;
    background-image: url(background.png);
}

header {
    text-align: center;
    padding-bottom: 10mm;
    background-image: url(headerbackground.jpg);
    background-repeat: no-repeat;
    background-size: auto 1300px;
}

#wrapper {
    margin: auto;
    width: 90%;
    background-color: #1d1d1d;
}


#content {
    display: block;
    box-sizing: border-box;
    margin: auto;
    width: 90%;
    background-color: #2a2a36;
}
 
h1 {
    margin: auto;
    color: white;
    font-family: monospace;
}

h2 {
    font-family: monospace;
    font-size: 50px;
    color: black;
    text-decoration: underline;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
}

h3 {
    margin-left: 55px;
}

#submit {
    margin: 50px;
    padding-top: 90px;
    padding-bottom: 40px;
}

#psubmit {
    margin: auto;
    text-align: center;
    padding-bottom: 90px;
}

#gif {
    float: right;
    margin-right: 29px;
    margin-top: 110px;
}

#skill {
    float: left;
    margin-left: 20px;
    margin-top: 30px;
    height: 350px;
}

#gif2 {
    float: right;
    margin-right: 20px;
    margin-top: 30px;
    background-color: transparent;
    height: 200px
}

#proj1 {
    width: 250px;
    margin-left: 10px;
}

table{
    margin: auto;
    padding-bottom: 40px;
}

td {
    font-size: 25px;
    border: 1px solid #062E03;
    padding: 10px;
    margin: auto;
}

th {
    font-size: 25px;
    border: 1px solid #062E03;
    padding: 10px;
    background-color: #062E03;
    margin: auto;
}

#tdcolor {
    background-color: #062E03;
}

form {
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
    font-size: 18px;
    color: white;
    font-family: sans-serif;
}

input {
    writing-mode: horizontal-tb;
    display: inline-block;
    width: 800px;
    background-color: black;
    color: white;
}

.brief {
    padding-bottom: 40px;
    background-color: black;
    color: white;
    font-family: sans-serif;
}

.submit {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 20px;
    width: 100px;
    margin-left: 700px;
    margin-bottom: 10px;
}

p {
    color: white;
    font-size: 20px;
    font-family: sans-serif;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 0;
    padding-bottom: 50px
}

#pskill {
    margin-left: 750px;
    margin-right: 50px;
    margin-bottom: 0;
    padding-bottom: 50px
}

#pupcoming {
    margin-top: 0px;
}

#sub {
    font-size: 12px;
    padding-top: 0;
}

#main {
    height: 4%;
    width: 4%;
    border-radius: 50% 50% 50% 50%;
    margin-top: 10mm;
}

a {
    text-decoration: none;
    padding-left: 55px;
    padding-right: 55px;
    color: black;
    font-weight: bold;
}

a:visited {
  color: black;
}

a:hover {
  color: white;
}

.nav {
    background-color: #062E03; 
    list-style-type: none;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.nav li {
    display: inline-block;
    font-size: 20px;
    padding: 15px;
    background-color: white:
}

.accomplishments {
    color: white;
    margin-top: 0px;
    margin-left: 80px;
    padding-bottom: 40px;
    font-size: 20px;
}

.accomplishpara {
    padding-bottom: 0px;
}

#contactsecondary {
    color: black;
    font-size: 20px;
    font-family: sans-serif;
    padding: 0;
}

#end {
    text-align: center;
    font-family: sans-serif;
    font-size: 20px;
    color: white;
    background-image: url(headerbackground.jpg);
    background-size: auto 1300px;
    margin: auto;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: bold;
    font-size: small;
}