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

@import url("https://fonts.googleapis.com/css2?family=Ballet:opsz@16..72&display=swap");

* {
  font-family: "Montserrat", sans-serif;
  color: rgb(81, 81, 81);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  cursor: url(vinn.png) 25 25, pointer;
}
a:hover {
  cursor: url(hovervinn.png) 25 25, pointer;
}

body {
  padding: 30px;
}

#logo img {
  width: 100px;
}

#contacts {
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 80px;
}

#find {
  font-weight: 400;
  font-style: normal;
}

#ikonas {
  margin-top: 2em;
}

#ikonas img {
  margin-bottom: 1em;
  margin-top: 1em;
  margin-left: 2em;
  width: 60px;
}

#ikonas > div {
  display: flex;
  align-items: center;
  gap: 1em;
}

#info {
  font-weight: 400;
  font-style: normal;
  color: rgb(81, 81, 81);
  display: list-item;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: -10px;
  padding-left: 10em;
  padding-right: 8em;
}

@media screen and (max-width: 640px) {
  #logo img {
    width: 60px;
  }
  #contacts {
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 58px;
  }
  #ikonas > div {
    display: flex;
    /* align-items:center; */
    /* gap: 1em; */
  }
}
