@charset "utf-8";

*{box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 25px;
}

body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
    color: #7d7077;
    font-size: 15px;
    background-color: #f1c7d4;
}

header{
    margin-block-end: 100px;
    border-block-end: 3px solid #b72b8f;
    padding: 0.5rem;
    padding-block-end: 0.5px;
}

h1{
    margin-block-end: 1rem;
    color: #b72b8f;
    font-size: 28px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style:normal;
    font-weight: 550;
    line-height: 5px;
}
h2{
    margin-block-end: 1rem;
    color: #b72b8f;
    font-size: 23px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: normal;
    font-weight: 200;
    line-height: 52px;
}
h3{
    margin-block-end: 1rem;
    color: #000000;
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: normal;
    font-weight: 100;
    line-height: 20px;
}
h5{
    margin-block-end: 1rem;
    color: #b72b8f;
    text-decoration: underline;
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: normal;
    font-weight: 100;
    line-height: 35px;
}
nav ul li a {
    text-decoration: none;
    display: inline;
    margin: 12px;
    color: #f1c7d4;
    font-size: 15px;
    font-weight: bold;
    background-color: #7d7077;
    display: block;
    width: 11em;
    padding-block: 0.30em 0.5em;
    border-radius: 0.25em;
    text-align: center;
    margin: 0.5em auto;
}


div li a {
    text-decoration: none;
    list-style: none;
    margin: 15px;
    color: #392735;
    font-size: 18px;
    background-color: rgb(231, 184, 199);
    display:inline-table;
    width: 12em;
    padding-block: 0.30em 0.5em;
    border-radius: 0.25em;
    text-align: center;
    margin: 0.5em auto;
}
nav {
    padding-top:0;
    padding-bottom: 0;
 }
ul{
    list-style: none;
}
footer{
    background-color: #7d7077;
}
footer p{
    color: #fff4f8;
    font-size: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: italic;
    font-weight: 100;
    line-height:normal;
    margin: 0;
    padding: 1rem;
}