body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: rgba(46, 96, 119, 0.842);
    margin: 25px;
    padding: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.container{
    width: 750px;
    background-color: rgba(92, 92, 228, 0.836);
    margin: 15px;
    padding: 15px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 1px 1px 10px white;
    box-sizing: border-box;
}

h1{
    color: antiquewhite;
}

#cityInput{
    width: 65%;
    margin-right: 0;
    background-color: rgb(202, 240, 241);
    padding: 8px;
    border-top-left-radius: 5px ;
    border-bottom-left-radius: 5px;
    font-size: 16px;
}

#searchButton{
    color: antiquewhite;
    margin-left: 0;
    background-color: rgb(13, 171, 245);
    padding: 8px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: px;
    cursor: pointer;
}

#responseData{
    margin-top: 25px;
    font-family: 20px;
    color:antiquewhite;
}

h2{
    font-size: 35px;
}