
/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* General */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;900&display=swap');
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  @font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAjsOUYevIWzgPDA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
}
html, body {
    background-color: rgb(98, 123, 160);
    color:rgb(252, 255, 227);
    font-family: 'Nunito', sans-serif;
    line-height: 1.6;
    height: 100%;
}
body {
    width: 96%;
    margin: 20px auto 0px 20px;
}
h2 {
    font-size: 16px;
}
p, ul {
    font-size: 12px;
}
strong{
    font-size: 14px;
    font-weight: bold;
}
a {
    text-decoration: none;
    color: inherit;
  }
.cloud {
    background-color: #ccccd180;
    border-radius: 3px;
    width: 320px;
    padding: 20px 20px;
    margin: 0px 10px 20px 10px;
    float: left;
}

.blood{
    background-color:rgba(248, 158, 226, 0.8);
    border-radius: 3px;
    width: 320px;
    padding: 20px 20px;
    margin: 0px 10px 20px 10px;
    float: left;
}
.cloud img{
    max-width: 100%;
    height: auto;
    display: block;
}

.ref {
    font-size: 5px;
    color:aqua;
}
/* Header */
nav{
    color:bisque;
    text-align: left;
    font-size: 16px;
    line-height: 2em;
    position: fixed;
    float: left;
    top: 20px;
}
nav ul li{
    list-style-type: none;
}
/* main */
main {
    width: auto;
    padding-left: 80px;
    height: 100%;
}
.selfintro {
    list-style-type: none;
}
.pub {
    line-height: 1;
    font-size: 12px;
}
.chro_y, .chro_y2, .chro_c{
    list-style-type: none;
}
.chro_y::after, .chro_y2::after{
    content: ">";
}
.chro_c{
    text-indent: 5.5em;
}
.chro_y2{
    text-indent: 2.5em;
}
.chro_c::before{
    content: "⎜";
}
/* Footer */
footer{
    color:bisque;
    text-align: center;
    font-size: 16px;
    clear: left;
    height: 30px;
    position: relative;
    top: 0px;
}