
@import url('https://fonts.googleapis.com');

body {
    font-family: 'Inter', sans-serif; 
    line-height: 1.6;                
    color: #000000;                     
    background-color: #f4f4f4;       
    margin: 0;
    padding: 20px;
}

h1 {
    color: #000000;
    font-weight: 700;
}

p {
    font-size: 18px;
    max-width: 800px;
}

.button {
    background-color: #A49AE6;
    color: white;
    font-size: 15px;
    padding: 12px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
}

.button:hover {
    background-color: #DCE69A
}
