body {
background: url('../img/bg.png') no-repeat black ;
background-position: center 0%;
}

.myradius{
  border: 12px solid rgba(255,255,255,0.50);
  background-color: rgba(239,239,239,0.8);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.mybutton{
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
   background-color: #000;
   width: 100%;
   margin-top: 0.5em;
}

.white{
  color: white;
}