@import url('https://fonts.googleapis.com/css2?family=Russo+One&family=Shippori+Mincho&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 100rem;
    margin: 6rem auto;
    text-align: center;
}

body {
    background-color: #C0A0A4;
    font-family: "Shippori Mincho";
    font-size: 1rem;
}

h1 {
    font-family: "Russo One";
    color: #392A23;
    font-size: 3rem;
}

h2 {
    font-family: "Russo One";
    color: #392A23;
    font-size: 2rem;
}

div {
    margin: 1rem;
}

section {
    margin: 3rem;
}

img {
    border: #392A23 solid 1rem;
    border-radius: 3rem;
}

.menu {
    border-bottom: #392A23 solid 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #DEB8BD;
}

.menu ul {
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
}

.menu a,
.ancora a {
    color: #7C2B23;
    text-decoration: none;
}

p{
    text-align: justify;
    text-indent: 1rem;
}

ul {
    text-align: justify;
    text-indent: 2rem;
}

a {
    color: black;
}

.ancora {
    color: #7C2B23;
    text-decoration: none;
}

.subh1 {
    color: #9C725F;
    font-size: 2.7rem;
}

.imgnobor {
    border: none;
}