.walk {
    position: absolute;
    scale: 60%;
    transform: rotate(20deg);
    left: -200px;
    top: 300px;
}
.walk img {
    opacity: 40%;
}
.datura {
    position: absolute;
    transform: scaleX(-1);
    left: -10px;
    top: 2000px;
}
.datura img {
    opacity: 60%;
}

.muerta {
    position: absolute;

    scale: 60%;
    left: 900px;
    top: 2500px;
}
.muerta img {
    opacity: 40%;
}
.death {
    position: absolute;
    transform: rotate(-20deg);
    left: 100px;
    top: 7500px;
}
.death img {
    opacity: 40%;
}
.procession {
    position: absolute;
    scale: 50%;
    left: 50px;
    top: 3000px;
}
.procession img {
    opacity: 40%;
}
.barber {
    position: absolute;
    scale: 40%;
    left: 550px;
    top: 3500px;
}
.barber img {
    opacity: 40%;
}
.stalk {
    position: absolute;
    left: 900px;
    top: 1300px;
    scale: 70%;
}
.stalk img {
    opacity: 40%;
}

.trocar {
    position: absolute;
    left: 900px;
    top: 6000px;
    transform: scaleX(-1);
    scale: 60%;
}
.trocar img {
    opacity: 40%;
}

a:link {
    color: #e43203ff;
}

/* visited link */
a:visited {
    color: #e43203ff;
}

/* mouse over link */
a:hover {
    color: #e43203ff;
}

/* selected link */
a:active {
    color: #e43203ff;
}

.header {
    display: flex;
    width: 800px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    user-select: none;
}

.main {
    position: absolute;
    width: 1100px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

.header-text {
    display: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 70px;
    width: 600px;
}
.back {
    position: absolute;
    font-family: monospace;
    font-style: italic;
    font-size: 16px;
    top: 50px;
    left: 50px;
}
.content {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
section {
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
}
.links {
    text-align: center;
}

h1 {
    font-family: SwanseaBold;
    color: #e2e2df;
    font-size: 25px;
}

h3 {
    font-family: Swansea;
    color: #e2e2df;
    font-size: 16 px;
}
h5 {
    font-family: SwanseaBold;
    color: rgba(226, 226, 223, 0.46);
    font-size: 20px;
    font-style: italic;
}

h6 {
    font-family: monospace;
    color: #e43203ff;
    font-size: 14px;
}
p {
    font-size: 16px;
    color: #e2e2df;
    font-family: Swansea;
}

@font-face {
    font-family: SwanseaBold;
    src: url(/fonts/SwanseaBold-D0ox.ttf);
}
@font-face {
    font-family: Swansea;
    src: url(/fonts/Swansea-q3pd.ttf);
}
