@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'happy';
    src: url('http://nancy.sarahgarcin.com/radiooo/fonts/happy-times-at-the-ikob_italic-webfont.woff') format('woff'),
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'happy';
    src: url('http://nancy.sarahgarcin.com/radiooo/fonts/happy-times-at-the-ikob-webfont.woff') format('woff'),
    font-weight: normal;
    font-style: normal;

}

:root{
    --color-one : black;
    --color-two : cyan;
    --fontsize: 12pt;
    --fontsize-invariants : 8pt;
    --gap : 5mm;
}




body{
/*  display: flex;*/
/*  font-size: var(--fontsize);*/
  background: #FFF;
  font-size: 18pt;
  line-height: 1.3;
  font-family: "happy", serif;
}


figure{
  margin: 0;
}

img{
  width: 100%;
  margin:0;
}

ul{
  margin: 0;
  padding: 0;
}

ul li{
  list-style: none;
}

header{
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
}

header h1{
  letter-spacing: 10px;
  font-weight: normal;
  font-size: 26px;
}

h2{
  font-weight: normal;
  letter-spacing: 10px;
  font-size: 26px;
}

.content{
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
  justify-content: space-between;
}

.content > div{
  width: 60%;
  padding: 30px;
  font-size: 26px;
}

.content > ul{
  padding: 30px;
  width: 30%;
}

.images-wrapper .image{
  margin-top: 20px;
}




