img {
    size: 50%;
}
body{
    text-align: center;
    background: #b0dfd7;
    color: #ffffff;
}
h1{
    text-align: center;
    font-family: 'CuteNotes';
    color: #ffffff;
    font-size: 400%;
}
p{
    text-align: center;
    font-family: 'DayDream';
    color: #ffffff;
    font-size: 150%;
}

.coming-soon-regular {
  font-family: "Coming Soon", cursive;
  font-weight: 400;
  font-style: normal;
}
@font-face {
    font-family: "DayDream";
    src: url("Daydream DEMO.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "CuteNotes";
    src: url("Cute Notes.ttf");
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #0B3C5D;
}