/* styles.css */


body {
    font-family: 'Quantico';
    color: aqua; 
    font-size: 20px;
    background-color: black;
}

h1 {
    text-align: center;

}

p {
    
    line-height: 1.5;
}

article {
    border: 5px solid rgb(29, 0, 83); 
    width: fit-content; 
    margin: 20px;
    overflow: hidden;
}

footer {
    background-color: rgb(5, 0, 27);
    border: 5px solid rgb(29, 0, 83);
}