@charset "utf-8";
* {
    box-sizing: border-box;
}
/*
article {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.7rem;
    max-width: 1200px;
    margin: auto;
    padding: 30px 0 0 0;
}

section {
    border-bottom: none;
    padding-right: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}*/
body {
    background-color: #008991;
}

h1 {
  font-family: 'Mate SC', serif;
    font-weight: normal;
    font-size: 8em;
    margin: .25em 0;
    line-height: 1em;
    color: #eee;
    display: block;
    position: absolute;
    top: 1px;
    left: 243px;
    text-shadow: 6px 12px 1px #1f1b1a;
    letter-spacing: 2px;
}

span {
    color: #eee;
}

p {
    font-family: Tahoma, sans-serif;
    font-weight: 100;
    line-height: 1.5em;
    text-indent: 4ch;
    color: #eaddca;
    font-size: 0.83em;
    line-height: 21px;
}

p:first-of-type {
    text-indent: 0;
}

.column {
    float: left;
    padding: 30px 0 0 0;
}


.row:after {
    content:"";
    display: table;
    clear: both;
}

.left {
    width: 45%;
    padding-left: 120px;
    
}

.right {
    width: 55%;
    padding-right: 50px;
    text-align: justify;
    padding-top: 220px;
}

img {
/*    height: 95vh;*/
    box-shadow: 15px 5px black;
    max-height: 660px;
}

main {
    column-width: 40ch;
    column-gap: 50px;
/*    column-rule: dotted 1px #333; */
    
}

#page {
    display: block;
    position: absolute;
    bottom: 34px;
    right: 75px;
    color: #29222D;
    font-size: 1em;
    font-weight: 700;
/*    font-family: 'Mate SC', serif;*/
    font-weight: 700;
}


div:after {
    content: '';
/*    background: #fff ;*/
    display: block;
    height: 95px;
    width: 95px;
/*    border-radius: 75%;*/
    position: fixed;
    bottom: -4px;
    right: 32px;
    z-index: -1;
    background-image: url("../images/pageNb.png");
    -webkit-filter: drop-shadow(7px 6px #222222);
  filter: drop-shadow(7px 6px #222222);
}
aside {
    display: block;
    position: absolute;
    top: 95px;
    right: 50px;
    font-size: 1.2em;
    font-weight: 700;
}

.aside {
    font-family: 'Mate SC', serif;
    color: white;
    font-size: 0.95em;
}

aside:after {
    content: '';
    background: white;
    display: block;
    height: 10px;
    width: 21%;
    margin-left: 260px;
    margin-top: 9px;
}

.aside:after {
    content: '';
    background: white;
    display: block;
    height: 45px;
    width: 45px;
    border-radius: 75%;
    position: fixed;
    top: 83px;
    right: 348px;
    z-index: -1;
    box-shadow: 5px 4px #008991;
}

.aside:first-of-type:first-letter {
    font-size: 2em;
    font-weight: bold;
    color: #000;
    float: left;
    margin-right: 11px;
}

.circle {
    content: '';
    background: #1f1b1a;
    display: block;
    height: 1900px;
    width: 1900px;
    border-radius: 75%;
    position: fixed;
    bottom: -100px;
    left: -50px;
    z-index: -2;
}

figure:after {
    content: '';
    background-image: linear-gradient(#1f1b1a, #004b58);
    display: block;
    height: 100px;
/*    width: 440px;*/
    position: absolute;
    top: 0px;
/*    left: 120px;*/
    min-width: 440px;
/*    padding-left: 120px;*/
}

.bg:after {
    content: '';
    background-image: linear-gradient(#1f1b1a, #008189);
    display: block;
    height: 650px;
    width: 50%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 0;
    z-index: -3;
}