* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-text-size-adjust: none;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #ffffff;
  text-shadow: #000000 1px 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-decoration: none;
  line-height: 32px;
}
body {
  background-color: #000000;
  background-image: url("https://www.alessg.com/alessia2022BG.jpg");
  /* background-color: #c9c4be; */
  /* background-color: #e7dbba; */
  margin-top: 0px;
}
/* a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: rgb(202, 171, 145);
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 13px;
  line-height: 12px;
} */
.shell {
  display: flex;
  position: relative;
  flex-direction: row;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  justify-content: center;
  padding-left: 0px;
  /* background-color: #000000; */
  /* background-color: #c9c4be; */
  z-index: 1;
}
.artbox {
  display: flex;
  position: absolute;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 100%;
  justify-content: center;
  text-align: center;
  color: darkgrey;
  flex-direction: row;
  /* flex-wrap: wrap; */
  width: 100%;
  /* margin-left: auto; */
  /* margin-right: auto; */
  margin-top: 0px;

  z-index: -1;
}
.heads {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 3px;
  color: rgb(202, 171, 145);
  /* background-color: antiquewhite; */
  font-family: Times, serif, sans-serif;
  font-size: 17px;
  line-height: 14px;
  width: 80px;
  min-width: 80px;
  height: 62px;
  outline: 1px solid rgb(194, 154, 122);
  top: 0px;
  margin-top: 4px;
  margin-left: 0px;
  margin-right: 0px;
  background-image: url("https://www.alessg.com/alessia2022.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.photo {
  display: block;
  position: relative;
  /* color: #333; */
  color: #ffffff;
  text-shadow: #000000 1px 1px;
  /* background-color: aqua; */
  background-image: url("https://www.alessg.com/alessia2022a.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  font-family: "Times New Roman", Times, serif;
  font-size: 21px;
  line-height: 32px;
  text-align: left;
  width: 260px;
  min-width: 260px;
  height: 460px;
  top: 15px;
  margin-left: 0px;
  margin-right: 0px;
  /* margin-bottom: 10px; */
  padding-left: 10px;
  /* outline: 1px solid rgb(58, 35, 16); */
  /* outline-offset: -6px; */
}
.writeup {
  display: block;
  position: relative;
  color: rgb(207, 207, 207);
  /* color: #b8b8b8; */
  /* background-color: aqua; */
  font-family: "Times New Roman", Times, serif, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  width: 260px;
  min-width: 260px;
  height: auto;
  top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  /* margin-bottom: 10px; */
  padding: 10px;
}
.logo {
  display: flex;
  position: relative;
  justify-content: center;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 15px;
  line-height: 14px;
  text-align: center;
  width: 100%;
  height: auto;
  top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  /* background-color: #e7dbba; */
  z-index: 999;
}
