* {
    text-align: center;
    font-size: 18px;
    font-family: Verdana;
}

input:focus {
    outline: none;
}

body,
input {
    background: #afeae2;
}

img {
    width: 250px;
}

input {
    padding: 8px 16px;
    width: 260px;
    border: 2px solid red;
    text-align: left;
    border-radius: 8px;
}

#hello {
    font-weight: bold;
    color: #45a296;
}
