body { background-color:black;
}

h2 { color: white;
   box-sizing: border-box;
   background-color: black;
   width: auto;
}

p { color: white;
   background-color: transparent;
   box-sizing: border-box;
}

a { color: white;
   text-align: center
}


.flex { 
   display: flex;
   background: transparent;
 }

.overall {
 max-width: 80%;
   margin-left: auto;
   margin-right: auto;
}

.one { background-color: transparent;
   width: 30%;
   border: 2px white solid;
   text-align: left;
   box-sizing: border-box;
   color: white;
   padding: 9px;
   overflow: hidden;
}

.two { background-color: transparent;
   width: 70%;
   text-align: left;
   box-sizing: border-box;
   color: white;
   padding: 9px;
   overflow: hidden;
}