/* css landing page cobbierollins.com */

body {
    background-color: black;
      font-family: Monaco, Helvetica, sans-serif;
}

.whole_page_container {
  border: 2px solid black;
  padding: 25px;
  background: black;
  border-radius: 20px;
  max-width: 90%;
  margin: auto;
  width: 95%;
  height: 95vh;
}

.banner {
  display: block;
     margin-left: auto;
   margin-right: auto;

  width: 90%;
  height: auto;
}

img {
   display: block;
   margin-left: auto;
   margin-right: auto;
   max-width: 100%;
   border: 5px solid black;
   border-radius: 25px;
   background-color: black;
   height: auto;
}
.red_button {
    border: 5px solid black;
    width: 90%;
    margin: auto;
    border-radius: 35px;
    background-color: black;
    text-align: center;
 background-repeat: no-repeat;
 background-size: cover;
 height: 60vh;


}

a {
   color: white;
    font: Monaco;
    text-decoration: none;

}
