:root{
    --primary:#7e22ce;
    --gourmet:#fdba74;
    --headgrey:#6b7280;
    --off-white:#e5e7eb;
    --goodwhite:#f1f5f9;
    --udline:#0f172a;
}
.mainj{
    background-color: var(--primary);
    padding:1rem 0rem;
}
.Linkw{
    /* color: var(--primary); */
    text-decoration: none;
} 
@import url('https://fonts.googleapis.com/css2?family=Golos+Text&display=swap');

body{
    font-family: 'Golos Text', sans-serif;
    margin:0px;
}
.primary{
    color:azure;
    padding:0.5rem 1rem;
    border-radius: 0.5rem;
    background-color: var(--primary);
}
.centre{
    max-width:100%;
    /* margin:auto; */
    padding-left:40%;
}
.secondary{
    padding:0.5rem 0.5rem;
    border-radius:1rem;
    border:1px solid var(--primary);
    margin-left:1.5rem;
    color:var(--primary);
}
/* Lists */
.inline-list{
    display: inline;
    padding:0rem 0.5rem;
}
.padding-left{
    padding:0.5rem 0.5rem
}
/* navigation */
.nave{
    text-decoration: none;
    color:white;
    font-size:1.05rem;
    
}
.navigation{
    background-color: var(--primary);
    padding:0.5px 0.5rem;
    border-bottom-left-radius:19px;
    margin-bottom:0.9rem;
}
.isli{
    text-align:right;
}
.navigation h3{
    color:var(--grey);
}
/* header */
.imgi{
    
    display:block;
    margin:auto;
    max-width:700px;
    border:1px solid red;
}
.edithead h1{
    color:var(--headgrey);
    text-align:center;
    font-weight: 1rem;
}
/* sectionedit */
.sectionedit{
    padding:2rem 0rem;
    text-align:center;
    /* border:1px solid red; */
    
}
.sectionedit p{
    max-width:450px;
    margin:auto;
    line-height:2;
}
.shit{
    color:var(--gourmet);
}
.two{
    
    margin-bottom:1rem;
    background-color: var(--off-white);
}
.sectionedit h1{
    text-decoration: underline;
    text-decoration-color:var(--headgrey);
}
/* footer */
.imgl{
    display: block;
    /* transform: scale(); */
    margin:auto;
    max-height:300px;
    padding-left:5rem;
    padding:0rem 0rem;
    border:1px solid red;
}
.fotedit h1{
    text-align:center;
}
.Linke{
    text-decoration: none;
    color:var(--goodwhite);
    text-decoration:underline;
    font-size:16px;
    text-decoration-color: var(--udline);
    text-decoration-thickness:2px;
    text-underline-offset: 3px;


}
.liz{
   text-align:center;
   padding:2rem 0rem;
   padding-left:1.1rem;
   background-color:var(--primary);
   border-bottom-right-radius:1rem;
}
.myname{
    color:var(--headgrey);
    /* background-color: var(--off-white); */
    /* max-width:fit-content; */
    text-align:center;
    /* text-decoration: underline; */
    
}