html,
body {
  margin: 0;
  padding: 0;
  background-image: url(background.png);
  cursor: url(cursor.png), auto ;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#welcoming {
  color: green;
}
.main {
  display: flex;
  

}
.univerceImage {
  width: 250px;

}
#blenderExpl {
  display:none;
}
.rightPart {
  width: 500px;
  margin-right: 50px;
  color: rgb(51, 129, 51);
}
.container {
  display: inline-block;
  border-style: solid;
  border-radius: 3px;
  border-radius: 30px;
  border-color: rgb(20, 16, 10);
  
  padding: 20px;
}
#aboutMe {
  display: none;
  

  height: 150px;
  width: 300px;
}
.univerceGallery {
  display: flex;
}
#univerce {
  display: none;
  width: 400px;
}

.links {
  width:300px;

}
#crimea {
  width: 100px;
  margin-top: 10px;
}
.links:hover{
    transform: rotate(10deg);
    transition: all 0.3s ease-in-out 0s;
}
.introduction {
  width: 400px;
  color: rgb(80, 187, 80);
}
li {
  display: flex;
  flex-direction: row;
  align-content: center;
  color: rgb(80, 187, 80);
}
a {
  display: flex;
  flex-direction: column;
  color: green;
  cursor: url(cursor.png), auto ;
}

ul {
  list-style-type: none;
}
/* Start https://www.cursors-4u.com  * {cursor: url(https://cur.cursors-4u.net/cursors/cur-6/cur595.cur), auto !important;}  End https://www.cursors-4u.com */