body{
    width:100%;
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #f1f1ff;
    background-image: url("../images/background.png");
    color: #313135;
}
h1:first-child{
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* Hide the red border when user types*/
#input:not(:placeholder-shown) {
  border: none;
}
