.lolbrand {
    font-family: Beaufort-bold;
    font-size: 1.5rem;
    color: white;
    display: flex;
    vertical-align: middle;
}

body {
    padding-top: 70px;
}

.centered_search_bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin: 0 auto;
}

.image-frame {
    outline: 4px solid #d0a85d;
    border: 1px solid black;
}

.lolfont {
    font-family: Beaufort-bold;
}

.lolbold {
    font-weight: 700;
}

.lolcard{
    height: 250px
}