body{
    background: url(images/doormat.jpg);
}

main {
    
    width: 500px;
    background-color: rgba(43, 36, 11, 0.868);
    padding: 20px;
    margin: auto;
    margin-top: 100px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: rgb(250, 246, 228);
    border-radius: 10px;   
}
