body {
    text-align: center;

}
img {
    width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
}
#button {
    color: white;
    width: 80px;
    height: 60px;
    font-size: 50px;
    background: darkred;
    border-radius: 1px 30px 30px 1px
}
#button:hover{
    background: #ba527c;

}
#libraryButton {
    text-align: center;
    font-size: 20px;
    width: 200px;
    height: 48px;
    top: 559px !important;
}
#search {
    height: 61px;
    font-size: 30px;
    border-radius: 30px 1px 1px 30px;
}