.logo img {
    width: 250px;
    height: 100px;
    padding-bottom: 20px;
    background-color: whitesmoke;
}

body {
    background-color: whitesmoke;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-left: 50px;
}

button {
    border-radius: 10px;
    padding-left: 50px;
    padding-right: 50px;
    height: 50px;
}

button:hover {
    color: white;
    background-color: black;
}

input[type="text"] {
    border: 2px solid black;
    width: 300px;
    height: 30px;
    font-size: 16px;
    box-sizing: border-box;
}