html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}


button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body { 
    min-height: 100vh ; 
   }

h1   {
  display: inline-block;
  font-family: "Cantarell", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  font-stretch: 200%;
}





div {
    margin: 15px;
   }

div#content {
    margin: 10%;
    margin-top: 1%;
}

div#t2{
 text-align: center;
}

div#i2{
    position: absolute;
    left: 50%;
}

div#t3{
    text-align: right;
    padding-top: 200px;
}

div#i3{
    position: absolute;
    padding-top: 50px;
    right: 0;
}


h1.zzz{
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left top;
    position: static;
    font-weight: 500;
    font-size: 5rem;
    top: 10;
}

/* .icon{
    animation: motion 0.3s linear 0 infinite alternate; 
}
@keyframes motion {
    0% {margin-top: 0px;}
    100% {margin-top: 100px;}
} */




div#footer {
    position: fixed;
    bottom: 0;
    left: 0;
}