::selection {   
    color: white;
    background: #e0bbff;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sofia&display=swap');

html {
    background: linear-gradient(-180deg, rgba(154,143,224,1) 0%, rgba(188,143,224,1) 25%, rgba(254,149,237,1) 75%, rgba(254,149,174,1) 100%);
    background-size: cover;
    height: 150%;
}

h1 {
    padding-top: 2.5%;
    font-size: 64px;
}

h3 {
    font-size: 32px;
}

h5 {
    font-size: 16px;
    padding-left: 360px;
}

#nav-bar {
    display: block;
    margin: 0 auto;
    text-align: center;
    list-style-type: none;
}
#nav-bar a {
    font-size: 32px;
    text-decoration: none;
    color: #2A2A2A;
}
#nav-bar a:hover {
    color: #656565;
}

.title {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: "Playfair Display";
    font-weight: 200;
    color: white;
    text-shadow: -1px -1px 1px #2a2a2a;
}

hr {
    width: 50%;
    margin: 5% auto;
    color: white;
}

#construction {
    display: block;
    margin: 5% auto;
    text-align: center;
}

#construction h1 {
    display: block;
    text-align: center;
    font-family: "Playfair Display";
    font-weight: 200;
    color: white;
    text-shadow: -2px -2px 2px #2a2a2a;
}

#construction h2 {
    display: block;
    text-align: center;
    font-family: "Playfair Display";
    font-weight: 200;
    color: white;
}

#construction p {
    width: 50%;
    margin: 2.5% auto;
    display: inline-block;
    text-align: left;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1.25em;
    line-height: 2.25vw;
    color: white;
}

a {
    text-decoration: none;
}

a:hover {
    color: #bbeeff;
    /* text-shadow: 0px 0px 2px #beefff; */
}

.form {
    font-family: "Playfair Display";
}

.form input , textarea {
    margin: 1vw auto;
    border-color: #eebbff;
    border-radius: 2.5%;
    border-style: inset;
}