@font-face {
    font-family: handwritten;
    src:url("Assets/Uncial_WIP.otf") format("opentype");
}
*{
    font-family: handwritten, serif;

}


body{
    background-color: #543E8F;
}

#header{
    color: lightpink;
    margin: 0;
    text-align: center;
    font-size:50px;
    h1{
        margin: 0;
    }

    border-bottom-color: #A264BA;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    margin-bottom: 50px;
}
#intro {

    font-size: 50px;
    font-weight: bold;

    margin: auto;
    width: 50%;
    border-color: #A264BA;
    border-width: 10px;
    border-style: solid;
    padding:20px;
    background-color: #8A2094;

    color: #D7A4DD;
}
a:link{
    color: #C99DD6;
}
a:visited{
    color: #C99DD6;
}