body {
  margin: 0px
}
.container {
  width: 100vw;
  height: 100vh;
  background: #6c1db5;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center
}
.box {
padding:25px;
  width: 300px;
  height: 220px;
  background: #fff;
text-align: center; font-family:verdana;font-size:14px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}