:root {
  --main: #006060;
  --secondary: #600000;
  --main_dark: #002020;
  --white: #f2f2f2;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Mono', monospace;
  background-color: var(--main);
  color: var(--white);
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title {
  position: relative;
  display: inline-block;
}

h2 {
  margin-top: 50px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  font-size: 28px;
}

span {
  position: absolute;
  left: 100%;
  top: 62%;
  margin-left: 10px;
  white-space: nowrap;
}

p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

p.center {
  margin-top: 100px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

p.center2 {
  margin-top: 0px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

p.center3 {
  margin-top: 50px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

p.text {
  margin: 0px;
  padding: 10px;
  text-align: justify;
  font-size: 14px;
  font-weight: normal;
}

a {
  color: var(--main_dark);
  text-decoration: none;
}

a.side {
  font-size: 13px;
}

footer {
    position: fixed;
    bottom: 3vw;
    right: 7vw;
    padding: 5px;
}

footer.mail {
    position: fixed;
    bottom: 3vw;
    right: 50vw;
    transform: translate(50%, 0);
    padding: 5px;
    justify-content: center;
    text-align: center;
}

small {
  font-size: 12px;
  font-weight: bold;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.text {
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: 5%;
  margin-right: 5%;
}

.photo-ground {
  margin: 15px;
  text-align: center;
  min-width: 29%;
}

.photo-work {
  margin: 15px;
  text-align: center;
  min-width: 39%;
}

.photo-ground img {
  border-radius: 8px;
  max-width: 320px;
  width: 100%;
}

.photo-work img {
  border-radius: 15% / 20%;
  max-width: 385px;
  width: 100%;
}
