.rouge-script-regular {
    font-family: "Rouge Script", cursive;
    font-weight: 400;
    font-style: normal;
}

body {
    /* background-color: #000000;*/
    background-color: #4a376f;
    color: #f4e9c9;
    font-family: "Roboto Serif", serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "Mea Culpa", cursive;
    font-size: 2.5rem;
    font-weight: 400;
    font-style: normal;
    color: #f4e9c9;
    text-align: left;
    margin-left: 20px;
}

h2 {
    font-family: "Mea Culpa", cursive;
    font-size: 2.5rem;
    font-weight: 400;
    font-style: normal;
    color: #f4e9c9;
    text-align: center;
    margin-left: 20px;
    text-shadow: 2px 2px 8px #d4af37;
}
h3 {
    color: #f4e9c9;
    font-weight: bold;
    font-size: 1rem;
}
h6 {
    color: #f4e9c9;
}
h5 {
    color: #f4e9c9;
}
footer {
    text-align: center;
}
a {
    color: #45de21;
}
.button {
    background-color: #f4e9c9;
    color: #1a1a1a;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
}
header {
    background-color: #4a376f;
    color: #f4e9c9;
    padding: 20px;
    text-align: center;
    position: sticky;
    top: 0;
}

li {
    color: #f4e9c9;
}
.logo {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}
.insta {
    width: 30px;
    height: auto;
margin-bottom: 20px;
}
.email {
    width: 30px;
    height: auto;
    margin-top: 15px;
}
