.toppage .greatings {
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    margin: 10px;
    background-color: rgb(73, 73, 73);
    border-radius: 20px;
}  

.toppage .greatings img {
    max-height: 64px;
    border-radius: 50%;
    margin-right: 20px;
    top: 50%;
}

label {
    display: inline-block;
    text-align: right;
    padding: 10px;
}