body,
input,
div,
button {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: large;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
}

body {
    background-image: url("../jpg/jpg1.jpg");
}

.chch {
    inline-size: 10px;
}

input{
    inline-size: 100px;
}

h1{
    color: white;
}