:root {
    --primary-color: #c08bf4;
    --secondary-color: #d39eff;
    --background-color: #1e1e1e;
    --text-color: #ffffff;
    --accent-color: #f2d2fa;
}

body{
    background-color: var(--background-color);
    
}
/* color scheme to apply: 
#f2d2fa 
#d39eff
#c08bf4 
#1e1e1e -bg
#3a3a3a 
#ffffff
*/
/* .primary
{
    background-color: #1e1e1e;
}

.title 
{
    font-family: 'Cinzel',serif;
} */

.heading{
    font-family: 'Cinzel',serif;
    text-align:center ;
    padding: 1%;
}

.subheading
{
    font-family: 'Montserrat',sans-serif;
    font-weight: 600 ;
    line-height: 2rem;
    
}

.about-me
{
    padding: 5%;
    font-size: larger;
}

.content
{
    font-family: 'Montserrat',sans-serif;
    font-weight: 400 ;
}

.landing-page
{
    /* background-image:url(assets/landing-page.png) ;
    background-size: cover; */
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10;
}

.rel
{
    position: absolute;
    z-index: 20;
    right: 3%;
    bottom: 16%;
    align-items: center;
    
}



@media screen and (min-width: 1052px){
    .mediaquery
    {
        display: flex;
        justify-content: end;
        align-content: space-between;
        align-items: center;
        justify-items: center;
    }
}

