body {
    font-size: 1.2em;
    background: rgb(195,34,140);
background: linear-gradient(0deg, rgba(195,34,140,1) 0%, rgba(255,200,44,1) 100%);
    background-repeat: no-repeat;
    font-family:  'Roboto', sans-serif;
    margin-top: 60px;
    color: white;
    font-weight: 100;
}

.panel {
    max-width: 40%;
    margin: 20px auto;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    background-color: #456bd3;

}

button {
    background-color: darkorange;
    height: 3em;
    width: 40%;
    margin-bottom: 1.5em;
    border-radius: 10px;
    color: white;
    font-size: 1em;
    
}

button:hover {
    background-color: limegreen;

}

h3 {
    font-weight: 100;
}

input {
    border-radius: 10px;
    width: 35%;
    height: 3em;
    text-align: center;
}


footer {
    margin-bottom: 150px;
}
