body {
    background-color: orange !important;
    font-family: Tahoma;
    font-size: 5px;
}

.texto {
    font-size: 13px;
    text-align: center;
    margin-left: 0px;
}

img {
    width: 100%;
}

.img2 {
    width: 200px;
    height: 200px;
}

table {
    width: 100%;
    border: none;
}

td {
    border: none;
}

input[type="text"] {
    width: 80%;
    height: 100%;
    font-size: 100%;
    font-family: Georgia, 'Times New Roman', Times, serif; 
    text-align: center;
    border-radius: 7px;
    border: none;
}

input::placeholder {
    font-size: 100%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border: none;
}

button {
    background-color: royalblue;
    text-align: center;
    font-size: 15px;
    border-radius: 7px;
    border: none;
    font-family: Georgia, 'Times New Roman', Times, serif;
    cursor: pointer;
}

button:hover {
    background-color: rgb(39, 62, 133);
}

input[type=submit] {
    background-color: royalblue;
    width: 18%;
    font-size: 70%;
    border-radius: 7px;
    border: none;
    height: 30px;
    left: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: rgb(39, 62, 133);
    border: none;
}

@media screen and (min-width: 768px) {

.bloco {
    width: 300px;
    height: 100px;
}

.texto {
    text-align: center;
    font-size: 20px;
}

button {
    font-size: 16px;
}

}

@media screen and (min-width: 1050px) {

.bloco1 {
    width: 200px;
    height: 200px;
}

.bloco {
    width: 500px;
    height: 200px;
}

.texto {
    text-align: center;
    font-size: 30px;
}

button {
    font-size: 17px;
}

}