
@import url("https://fonts.googleapis.com/css2?family=tajawal:wght@400;600&display=swap");

body {
    font-family: 'Tajawal', sans-serif;
    background-color: #0c0c0d;
    color: #c7b7f6;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
}

.container {
    max-width: 1000px;
    padding: 60px;
    border: 0.1px solid #a216e4;
    border-radius: 8px;
    /* background-color: #353438; */
}

h1 {
    color: #c56bee;
}

a {
    color: #c56bee;
    text-decoration: none;
    font-weight: 600;
}

.main {
    display: flex;
    height: 100vh;
}

.main .blur {
    position: absolute;
    height: 15.625rem;
    width: 15.625rem;
    background-color: #a216e4;
    filter: blur(250px);
    z-index: -999;
}

.main .up {
    top: -50px;
    left: 1500px;
}

.main .down {
    top: 700px
}
