body {
    font-family: roboto, sans-serif;
  
}
a{
    text-decoration: none;
}
form {
    display: flex;
    justify-content: center;
}
form input{
    width: 100%;
}
.result {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 5px 20px;
}
.result-title{
    font-size: 20px;
    margin: 5px 0;
}
.green-url{
    font-size: 14px;
    font-weight: 300;
    padding: 2px 0;
    color: green;
    margin: 5px 0;
}
.snippet{
    line-height: 1.57;
    word-wrap: break-word
}
.pages{
    display: flex;
    padding: 10px 20px;
}
.page{
    margin: 0 5px;
}
.gs-snippet{
    padding: 5px;
    margin: 5px;
    border: 1px solid rgb(255,204,51);
    background-color: rgb(255,244,194);
}
.text-input{
    padding: 5px;
    outline: #efefef;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    border: solid 1px #00205c;
    border-radius: 0px;
    width: 231px;
}
.text-input::placeholder{
    text-align: center;
}
.submit-button {
    font-size: 16px;
    color: white;
    background: #00205c;
    border: none;
    border-radius: 0px;
    padding: 0px;
    width: 50px;
    height: 30px;
    margin: 0px;
    display: inherit;
    justify-content: center;
    align-items: center;
}
.submit-button img{
    width: 15px;
    height: 16px;
    fill: white;
}

.logo-search-image{
    width: 100%;
    max-width: 320px
}

@media(max-width: 420px){
.result {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    }
.result-title{
    font-size: large
    }
.green-url{
    font-size: 14px;
    font-weight: 300;
    padding: 2px 0;
    color: green;
    margin: 5px 0;
    }
.snippet{
    line-height: 1.57;
    font-size: small;
    }
.pages{
    display: flex;
    padding-left: inherit;
    font-size: 1.2em;
    margin-bottom: 10px;
    }
.page{
    margin: 0 5px;
    }
.gs-snippet{
    padding: 5px;
    margin: 5px;
    border: 1px solid rgb(255,204,51);
    background-color: rgb(255,244,194);
    }
}
    