@import url('https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&display=swap');
body {
    background-color: #c2daf5;
    margin: 0;
    word-wrap: break-word;
}

p {
  font-family: "Delius Swash Caps", cursive;
  font-weight: 400;
  font-style: normal;
}

#header {
    color: #07374f;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    position: relative;
    top: 15px;
}

#intro {
    color: #07374f;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}
