body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
}


.btext {
    color: #f9f3f4;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    line-height: 0.4em;
}

h1 {
    font-size: 50px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 7px;

}

.btn {
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    border: #ccc 3px solid;
    padding: 3px 15px;
    line-height: 20em;
    position: relative;
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 0.4s;
    border-radius: 50%;

}

.btn:hover {
    color: black;
    border: #fff 1px solid;
    background-color: white
}

#particles-js {
    background-color: #261340;
    height: 100vh;
    width: auto;
}

#mainhead {
    font-size: 200px;
    margin-left: 140px;
    margin-top: 292px;
    margin-bottom: 292px;
    color: azure;
    font-family: 'Libre Baskerville', serif;
}