body {
  font-family: 'Roboto';
  background-color: rgb(250, 179, 223);
}

.head {
  background-color: whitesmoke;
  color: rgb(174, 51, 127);
  padding: 5px;
}

.head p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  letter-spacing: 2px;
}

button {
  width: 100%;
  padding: 7px 15px;
  border: none;
  background-color:rgb(174, 51, 127);
  color: rgb(255, 249, 249);
  font-weight: 700;
  letter-spacing: 5px;
  margin-top: 20px;
  border-radius: 50px;
  width: 150px;
  font-weight: 700;
  letter-spacing: 2px;
}

 footer {
background-color:rgb(255, 255, 255);
text-align: center;
color: rgb(255, 255, 255);
padding: 5px;
text-shadow: 0px 2px 4px rgb(0, 0, 0);
font-size: 18px;
position: fixed;
bottom: 0;
width: 100%;
}