body {
  
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  position: relative;
  
}

.overlay {
  
  background-color: rgba(0, 0, 64, 0.63);
  position: absolute;
  width:100%;
  height: 100%;
  background-repeat: repeat;
  background-attachment:
  
  
}

.container{
  
  margin-top: 100px;
  padding-bottom: 20px;
}

.pagecontainer{

  margin-top: 10px;
  padding-bottom: 20px;
  color: black;
  background: white;
  
}

.pagecontainer div{
  
}

.proconpagecontainer{

  margin-top: 10px;
  padding-bottom: 20px;
  color: black;
  background: white;
  display: flex
}

.pros {
  
  padding-right: 5px ;
  
}


.buttons{
  display: block;

  text-align:center;
  

}

.buttons div{

  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100px;
  background-color: #00276d;
  border: #000000;
  text-align:center;
  display:inline-block;
  border-radius: 30px;


  color: white;
  font-weight: bold;
  letter-spacing: .2em;
  margin-top: 5px;
}

.buttons a {
  color: aliceblue;
  text-decoration-line: none;
   
}

@media screen and ( max-width: 960px ){
  
  body{
    background-repeat: repeat;
  }
}