*{
  padding: 0%;
  margin: 0%;
}

body {

  margin: 0;
  overflow-x: hidden;
  background-color: #414141;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: sticky;
  top: 0;
  font-weight: 600;
}

strong {
  font-weight: 900;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}



/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 16px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #ff16aa;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #414141;
  color: black;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

lu {
  float: left;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #ff16aa;
  color: white;
}

@font-face {
  font-family: Inter;
  src: url(../Fonts/Inter-VariableFont_opsz\,wght.ttf);
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: Inter;
  word-wrap: break-word;
}

form{
  display: flex;
  max-width: 350px;
  /* border: 15px solid rgb(255, 255, 255); */
  border-radius: 15px;
  margin: 15px;
  /* padding: 20px 200px 20px 200px;
  margin: 20px 200px 20px 200px; */
  background-color: rgb(86, 86, 86);
  color: rgb(255, 255, 255);
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

strong {
  color: red;
}

.names {
  /* display: flex; */
  max-width: 70%;
}

#commentssubmit{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}

p{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sendTo {
  display: flex;
  flex-direction: row;
}

strong{
  font-weight: 900;
  color: white;
} 

footer{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ff16aa;
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.SSicon{
  max-width: 30px;
  border-radius: 15px;
  margin: 5px;
}
.iconset{
  display: flex;
  align-items: center;
  justify-content: center;
}