.btn{
    background-color: tomato;
    padding: 15px 40px;
    border-radius: 30px;
    color: white;
    text-decoration: none;
    font-family: 'Courier New', Courier, monospace;
    border: 4px solid black;
}
.btn:hover{
    color: tomato;
    background-color: white;
    
}
img{
    width: 200px;

}
