@import url('https://fonts.googleapis.com/css2?family=Agdasima:wght@400;700&family=Jomhuria&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    background-color: #1E1E1C;
    margin: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #F1F1F1;
}

::selection {
    background-color: #F1F1F1; /* Replace with your desired color */
    color: #1E1E1C; /* Optional: change the text color */
}

.tearcont {
    position: relative;
    width: 100%;
    margin-bottom: -12%;
}

.tear {
    width: 100vw;
}

.tear2 {
    width: 100vw;
    transform: rotate(180deg);
    margin-top: -25vh;
}




