.ParagraphBasic {
    font-size:15px;
    width:60%;
}
.ImageDuo {
    border-radius:30px;
    width:49%;
    Padding:0px;
    margin: 0;
  padding: 0;
   overflow: auto;
}
#ProjectsTable {
    Width:50%;
    Font-family:monospace;
    font-size:20px;
}
#pgr {
    width:50%;
}
#imgtw {
    border-radius:7px;
}
#dvone {
    padding:10px;
    margin:10px;
    font-size:20px;
}

p {
 Font-family:monospace;
}
h1 {
    Font-family:monospace;
}
h2 {
    Font-family:monospace;
}
#FirstImage {
    Width:15%;
}
.StyleImage {
    Width:7%;
}
#AbtMe {
    Color:White;
    Font-family:monospace;
}
#Paragraph {
    Color:White;
    Font-family:monospace;
    Width:20%;
    Font-size:15px;
}
body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  margin:0;
}
#divisionone {
  background-image: url('https://codehs.com/uploads/915d75b41e4ecf98365d8cfaca08fed6');
  background-repeat: no-repeat;
  background-attachment: ;
  background-size: 100% 100%;
}
#divisiontwo {
    background-image: url('https://codehs.com/uploads/6ed6036a24a0f94558a75d10941bdff2');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.topnav {
  background-color: #01000D;
  overflow: hidden;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  Font-family:monospace;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.split {
  float: right;
  background-color: #0075EA;
  color: white;
}