body {
   margin: 0;
   padding: 0;
   background-color: rgb(134, 186, 199);
}

#app {
   background-color: whitesmoke;
   margin: 2% 20% 2% 32%;
   height: 50%;
   width: 30%;
   border-radius: 10%;
   padding-top: 10px;
   padding-bottom: 10px;
   box-shadow: 1px 1px 10vmin 1px gray;
}

input {
   width: 300px;
   height: 40px;
   margin-bottom: 10px;
   margin-top: 10px;
   margin-left: 30px;
   font-size: 26px;
}

label {
   font-size: 22px;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-weight: bolder;
   margin-left: 30px;
}

h1 {
   font-size: 30px;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-weight: bolder;
   margin-bottom: 30px;
   text-align: center;
}

p {
   font-size: 26px;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-weight: bolder;
   margin-left: 30px;   
   margin-right: 30px;   
}