html{
    text-align: center;
}

body {
    font-family: sans-serif;
}

img{
    height: 300px;
    margin: 0.5em;
}

.horizontal{
    display:flex;
    justify-content: center;
}

.flex{
    display: flex;
}

.caption{
    font-size: smaller;
}
#elm{
    font-weight: bold;
    font-size: 40pt;
    color: navy;
}
#number{
    font-weight: bold;
    font-size: 60pt;
    color: dodgerblue;
    padding-right: 0.3em;
    height: 1.2em;
}
#symbol{
    font-size: 60pt;
    font-weight: bold;
    color: blue;
    padding-right: 0.5em;
    height: 1.2em;
}
#name{
    font-size: 40pt;
    font-weight: bold;
    padding-top: 20pt;
}
#which{
    font-size: 40pt;
    font-weight: bold;
}
#btns{
    text-align: center;
}
#description{
    text-align: left;
    font-size: 16pt;
    width: 20em;
}
.search {
    height: 125px;
    width: 125px;
    margin-left: 10px;
    margin-right: 10px;
    border: 0;
    padding: 0px;
    font-size: 85px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 62.5px;
    background-color: dodgerblue;
    background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}
.reload {
    height: 50px;
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
    border: 0;
    padding: 0px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: dodgerblue;
    background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}