* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  background-color: #F2F4B3;
}

.container {
  color: #434343;
  background-color: #D9D9D9;
  position: relative;
  max-width: 800px;
  margin: 0 auto; 
  top: 70px;
  border:2px solid;
  border-radius:25px;
  
}


section {
  
  position: relative;
  height: 400px;
  max-width: 800px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align:center
}
section a{
      color: #000000;
      text-decoration: none;
      -webkit-user-select:none;
      -moz-user-select:none;
      -ms-user-select:none;
      user-select:none;
}


