.right-position {
    margin-left: auto;
}

.left-position {
    margin-right: auto;
}
.bottom-button {
    background-color: #F5F5F5;
    border-radius: 4px;
    border: solid black 1px;
}

.bottom-button:hover {
    background-color: lightgray;
    transition-duration: .4s;
}

.lg-button {
    width: 100px;
    height: 40px;
    font-size: 20px;
}

.md-button {
    width: 90px;
    height: 25px;
    font-size: 14px;
}

.entry-page-button {
    font-size: 20px;
    width: 400px;
    margin: 8px;
}

.center-block {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.greetings-text {
    font-size: 22px;
    font-weight: bold;
    color: blue;
}
