.text {
    color: rgb(60, 3, 3);
}

body {
    background-color: white;
    margin-left: 50px;
    margin-right: 50px;
}

h1 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
}


h3 {
    font-size: 40px;
    text-align: center;
    margin-top: 7px;
}

.topnav {
    overflow: hidden;
    background-color: rgb(134, 31, 65);
    padding: 1em;
}

.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    margin-right: 20px;
}

.topnav a:hover {
    background-color: #c64600ff;
    color: black;
}

.topnav a:active {
    background-color: #c64600ff;
    color: black;
}

.topnav .search-container {
    float: right;
}

.topnav input[type=text] {
    padding: 6px;
    border: none;
    margin-top: 8px;
    margin-right: 17px;
  }

p {
    margin-top: 2px;
}

br {
    margin-top: 10px;
}

.links a {
    text-align: left;
    text-decoration: none;
    font-size: 130%;
    margin-right: 20px;
}

.column {
  float: left;
  width: 33.33%;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

img {
  width: 500px;
  height: auto;
  padding: 1em;
  margin-left: auto;
  margin-right: auto;

}