@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");

body {
  background-color: rgb(245, 252, 252);
  color: #2e3532;

  font-family: "Source Sans Pro", sans-serif;
}

.imagecontainer {
  border-radius: 5px;
  width: 35%;
  margin: auto;
  min-width: 200px;
}
.cellcontainer {
  width: 35%;
  margin: 20px auto;
  min-width: 80px;
}
.profilepic {
  width: 100%;
  border-radius: 2%;
}
.dogImage {
  border: 10px solid rgb(100, 250, 50);
  border-radius: 30px;
}

.cellImage {
  border-radius: 100%;
  width: 100%;
}
.nameTitle {
  font-size: 80px;
  font-weight: 600;
  color: rgb(8, 111, 117);
}
@media screen and (max-width: 700px) {
  .nameTitle {
    font-size: 40px;
  }
  h2 {
    font-size: 18px;
  }
  .pageSubtitle {
    font-size: 12px;
  }
}

.pageTitle {
  font-size: 40px;
  font-weight: 600;
  color: rgb(8, 111, 117);
  margin-bottom: 20px;
}

.pageSubtitle {
  font-size: 16px;
  font-weight: 500px;
  text-align: left;
  color: rgb(8, 111, 117);
  margin-bottom: 4px;
}

.container {
  margin: 30px;
  text-align: center;
}

.buttonContainer {
  display: flex;
  margin: auto;
  justify-content: center;
}

.Button {
  width: 150px;
  height: 40px;
  background: rgb(250, 200, 100);
  border-radius: 5px;
  line-height: 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  transition: 0.2s;
  margin: 10px;
}

.Button:hover {
  cursor: pointer;
  background: rgb(240, 190, 90);
  transform: translateY(-1px);
}
.sendButton {
  width: 100px;
  height: 40px;
  background: rgb(215, 222, 222);
  border-radius: 5px;
  line-height: 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  transition: 0.2s;
  margin: auto;
}

.sendButton:hover {
  cursor: pointer;
  background: rgb(205, 212, 212);
  transform: translateY(-1px);
}

.susanicon a {
  font-size: 25px;
  color: rgb(8, 111, 117);
  margin: 50px;
}
.credit {
  font-size: 10px;

  color: rgb(100, 111, 117);
}

a {
  text-decoration: none;
}

.publicationTitle {
  font-size: 25px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.publication {
  margin: 10px;
  font-weight: 400;
  text-align: left;
}

.publicationContainer {
  margin: auto;
  max-width: 750px;
}

.number {
  color: rgb(0, 0, 0);
  font-weight: 800;
}

.formContainer {
  text-align: center;
  margin: 50px;
}

#comments {
  width: 400px;
}
