@font-face {
  font-family: "Faithful";
  src: url("fonts/Faithful.ttf");
}

/* Start https://www.cursors-4u.com */
* {
  cursor: url(https://cur.cursors-4u.net/anime/ani-10/ani927.cur), auto !important;
}

/* End https://www.cursors-4u.com */


body {
  padding-bottom: 1000px;
  background-image: url('mysite/site-background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.main-site {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.img1 {
  border-color: rgb(35, 35, 35);
  border-width: 4px;
  border-style: double;
  width: 900px;
  max-width: 100%;
}

.links-container {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.links-background {
  border-color: rgb(41, 41, 41);
  border-width: 4px;
  border-style: double;
  width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
}

.links-items {
  top: 8px;
  color: rgb(41, 41, 41);
  font-family: Faithful;
  font-size: 24px;
  font-weight: bold;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.article-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.article-part1,
.article-part2 {
  align-self: flex-start;
  text-align: left;
  flex-direction: column;
  margin-top: 15px;
  border-color: rgb(41, 41, 41);
  border-width: 4px;
  border-style: double;
  width: 297px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
}

.article-part2 {
  width: 597px;
}


.article-header,
.article-header2 {
  border-bottom: 4px double rgb(41, 41, 41);
  width: 100%;
  height: 60px;
  object-fit: cover;
}

.imagePin {
  width: 200px;
  height: 200px;
}

.imagePin2 {
  margin-top: 30px;
  width: 200px;
  height: 100px;
}

.MainText {
  color: #232323;
  font-size: 14px;
  margin: 10px 10px 10px 10px;
}

.UpperText,
.UpperText2 {
  font-family: Faithful;
  color: #232323;
  font-size: 30px;
}

.UpperText2 {
  margin-left: 5px;
  margin-top: 3px;
  font-size: 20px;
}

.article-container-column {
  flex-direction: column;
}

.ArtworkImage {
  width: 100%;
  height: 100%;
}

.Contacts2 {
  align-self: flex-start;       
  width: 10%;
  height: 10%;
}

.Contacts-box {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 140px;
  display: flex;
  justify-content: left;
  flex-direction: row;
}RR