section#main {
  position: absolute;
  margin: 5% 25%;
  width: 50%;
  border: 1px solid black
}

@font-face {
  font-family: "century gothic";
  src: url("https://www.nice-site.net/fonts/century_gothic.ttf")
}

#descr {
  float: left;
  width: 80%;
  height: 100px;
  font-family: century gothic;
  text-align: center
}

h {font-size: large}
p {font-size: small}

/* sf ... snowflake */
.sf-div {
  float: left;
  width: 10%;
  height: 100px
}

img.sf-img {
  width: 32px;
  height: 32px;
  animation: rotation 4s infinite linear
}
  @keyframes rotation {
  100% {transform: rotatey(360deg)}
}

a:link {color: #2f4f4f}
a:visited {color: #483d8b}