* {
  margin: 0;
  padding: 0;
  border: none;
  font-family: Lato, sans-serif;
}

body {
  overflow: hidden;
  cursor: none;
  background-color: #f2f2f2;
  color: #0000ff;
}

a {
  text-decoration: none;
  color: #0000ff;
}

.mainwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

.dot {
  height: 100px;
  width: 100px;
  background-color: #ffa500;
  border-radius: 50%;
  position: absolute;
  transform: translate(0, -200%);
  z-index: -1;
  transition-duration: 100ms;
}

.link {
  font-weight: 300;
  font-size: 20px;

}

.bottom {
  position: absolute;
  bottom: 50px;
}

.top {
  position: absolute;
  top: 50px;
}

.mail:hover {
  cursor: pointer;
}

/* dla dopisku studio pod logo */
.studio {
  font-size: 30px;
  font-weight: 300;
}

.dottext {
  font-weight: 400;
  font-size: 20px;
  color: orange;
  position: relative;
  bottom: -105%;
  text-align: center;
  visibility: hidden;
}

.dottext-top {
  font-weight: 400;
  font-size: 20px;
  color: orange;
  position: relative;
  bottom: 105%;
  text-align: center;
  visibility: hidden;
}

.gif {
  text-align: center;
}

.gif img {
  width: 80%;
}