button  {
    width: 400px;
    height: 50px;
    background-color: #0499af;
    color: white;
    font-size: 20px;
    border: none;
}


input  {
    width: 400px;
    height: 50px;
}


.subscribeinput  {
    width: 400px;
    height: 25px;
}


a  {
    color: white;
    text-decoration: none;
    font-size: 20px;
}