@font-face {
    font-family: 'Gihun';
    src: url("../fonts/Gihun.ttf") format("truetype");
}

* {
    padding: 0px;
    border-style: hidden;
    border-width: none;
}

body {
    background-color: black;
}

p {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.td-center {
    text-align: center;
    margin: auto;
}

.background-image {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: -1;
}

.background-image-purple {
    position: fixed;
    width: 50%;
    top: 0;
    left: 0;

}

.background-image-beige {
    position: fixed;
    width: 50%;
    bottom: 0;
    right: 0;
}

.download-button {
    background-color: #764FDE !important;
    font-family: "Gihun";
}

.text-subheading {
    color: white;
    font-size: 30px;
    font-family: "Gihun";
}

.text-body {
    color: white;
    font-size: 20px;
    font-family: "Gihun";
}

.separator-small {
    height: 40px;
}

.separator-medium {
    height: 100px;
}

.body-container {
    margin-left: 10%;
    margin-right: 10%;
}

.aster-color {
    color: #764FDE;
}

.iris-color {
    color: #9B8876;
}

.copyright-footer {
    color: white;
    text-align: center;
    text-justify: center;
    background-color: black;
    margin-top: 10px;
}