/* style.css */
@import url('botones.css');

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;    
    margin-top: 100px;
    padding: 100px;
}
