* {
  box-sizing: border-box;
}
body{
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 80vh;
  margin: 0;
  padding: 3%;
  background: #037;
  font-family: 'Exo 2';
}
form{
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  background: #fff;
  width: 300px;
  height:300px;
  padding:50px;
}
p{
  color: red;
}
