* {
    padding: 0;
    margin: 0;
}

header {
    position: fixed;
    height: 20%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background:url(code-1.jpg);
    object-fit: fill;
   }

.title {
    text-align: center;
    font-weight: 200;
    font-size: 50px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    padding: 10px;
}

.nav-bar {
    display: flex;
    justify-content: space-evenly; 
    padding: 40px;
    list-style-type: none;
}

.heading-links {
    text-decoration: none;
    font-size: 25px;
    color: white;
    background:black;
    border: 3px solid white;
    border-radius: .75em;
    padding: 10px 24px;
    transition: all 0.3s ease 0s;
}

.heading-links:hover {
    opacity: 0.75;
    text-decoration: none;
    font-size: 25px;
    color: white;
    background:black;
    border: 3px solid rgb(201, 8, 8);
    border-radius: .75em;
    padding: 15px 36px;
}

.main-heading {
    padding-top: 270px;
    text-align: center;
    font-family: sans-serif;
    font-size: 60px;
    color: 	#282828; 
}

img {
    float: left;
    margin-left: 300px;
    margin-right: 80px;
}

.picture-paragraph {
    text-align: left;
    margin-top: 35px;
    margin-right: 300px;
    font-family: sans-serif;
    font-size: 25px;
    color: #2a2a2a; 
}

.about-paragraph {
    margin-top: 270px;
    margin-left: 250px;
    margin-right: 250px;
    text-align: left;
    font-family: sans-serif;
    color: #2a2a2a;
    font-size: 25px;
}

.funny-pictures {
    float: center;
    margin-top: 50px;
    margin-left: 300px;
}

.container {
    margin-top: 650px;
    background-color: #5DADE2;  
    height: 300px;  
}

.secondary-container {
    text-align: center;
    padding: 35px;
    color: white;
    font-family: sans-serif;
}

.container-info {
    padding: 20px;
    font-size: 40px;
}

.second-container-info {
    font-size: 20px;
}

table {
    width: 100%;
    margin-top: 30px;
}

.list-headings {
    margin: 30px;
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-size: 30px;
}

.job-links {
    text-decoration: none;
    background-color: #808B96 ;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-size: 30px;
    font-family: sans-serif;
    text-transform: uppercase;
  
}

.coding-for-dummies {
    text-align: left;
    font-family: sans-serif;
    color: #2a2a2a;
    font-size: 25px;
}