@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
* {
    box-sizing: border-box;
    margin: 0;
}
:root {
    --color: blue;
    --color: green;
    --color: #A38A65;
}
.container {
    height: 100%;
    width: 100%;
    border: 1px solid rgb(212, 224, 243);
}
.header {
    width: 100%;
    height: 65px;
    margin-top: 25px;
}
.h1 {
    background: linear-gradient(
                red,
                blue);
    color: transparent;
    font-family: Pacifico, cursive, bold;
    height: inherit;
    font-size: 3em;
    font-weight: normal;
    margin: auto;
    display: block;
    text-align: center;
    -webkit-background-clip: text;
    position: relative;
}
@:after {
    content: "Ella i El";
    vertical-align: inherit;
}
.main {
    height: 400px;
    width: 95%;
}
.imgf {
    height: 400px;
    width: 100%;
    opacity: 0.15;
    display: inline-block;
}
.log {
    margin-top: -210px;
    text-align: center;
    display: block;
}
.pag {
    text-align: center;
    font-size: .8em;
}