.merriweather-head {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.roboto-text {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


body {
    background-color: rgb(17, 26, 26);
    text-align: center;
    align-items: center;
    justify-content: center;
    display: block;
    color: #ffffff;
}

h1 {
    display: block;
    text-align: center;
    align-self: top;
    font-size: 55px;
}

.searchBox {
    display: block;
    padding: 10px;
    margin: 10px auto 30px auto;
    align-items: center;
    justify-content: center;
    width:fit-content;
    background-color: rgb(250, 255, 255);
    border: 2px solid #fffafa;
    border-radius: 100px;
}

#charName {
    border: none;
    background-color: transparent;
    border-radius: 100px;
    font-size: 17px;
    border-radius: 100px 0px 0px 100px;
    padding-left: 5px;
}

button {
    background-color: transparent;
    font-size: 17px;
    border-radius: 0px 100px 100px 0px;
    border: none
}

h2 {
    font-size: 25px;
}

p {
    font-size: 20px;
    text-align: left;
}

.characterBox {
    display: none;
    width: 450px;
    align-items: center;
    justify-self: center;
    border: 2px solid rgba(162, 162, 162, 0.555);
    background-color: rgba(31, 70, 152, 0.156);
    padding: 7px 10px 7px 10px;
    box-shadow: 0 0 3px 5px white;
}