p{
  font-size: 30px;
}

body {
  background-color: white;
  margin: 0;
  padding: 0;
}

h1 {
  color: black;
    font-family: 'Tahoma', sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: bold;
    margin: 20px;
    text-align: center;
}

@font-face {
  font-family: United Sans; src: url(UnitedSans_purdue_2023/UnitedSansCdMd.otf) format("truetype");
  font-famliy: Acumin Pro; src: url(acumin-pro.otf) format("truetype");
}

.show {
  display: block;
}

.container {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.building {
  background-color: #ebd99f;
  color: black;
  width: 75%;
  height: 100px;
  text-align: left;
  font-size: 35px;
  padding-left: 10px;
  border-radius: 15px;
  border-width: 6px;
  border-color: #494d54;
  margin: 8px;
  font-family: United Sans;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}

.btn {
  outline: none;
  border: none;
  background-color: #555960;
  color:white;
  width: 75%;
  height: 50px;
  justify-content: center;
  float:center;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: Acumin Pro;
}

#myBtnContainer {
  display: flex;               
  justify-content: center;     
  align-items: center;        
  margin: 0px;       
}

.btn:hover {
  background-color: #9d9795;
}

.btn:active {
  background-color: #9d9795;
  color: white;
}

.building:hover {
  background-color: #ddb945;
  color: white;
}
