body {
    text-align: center;
    align-items: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: rgb(39, 94, 158);
    color: white;
}

img {
    height: 50px;
    width: 50px;
    border-radius: 50px;
}

button {
    width: 120px;
    height: 35px;
    background-color: rgba(0, 255, 170, 0.564);
    border-style: none;
    border-radius: 10px;
    color: white;
    cursor: pointer;
}
