:root {
    --text: #efefefdd ;
    --link: #f6d78eb6;
    --text-lesser: #999999;
    --background: #080214;
    --background-lesser: #682841;
    --text-opposite: #d5d5d5;
    --accent: #ee2c4e;
    --accent-lower: #c8126db8;
    --accentopposite: #fa7621 ;
    --width: 40%;

}



hr {
    color: var(--link);
}



body {
    color: var(--text-lesser);
    background-color: var(--background-lesser);
    margin: 0;
    font-family: monospace;

}



a:visited{
    color: var(--link);
    font-family:Georgia, 'Times New Roman', Times, serif ;

}
a {
    color: var(--link);
    text-decoration: none;
}

main {
    background-color: var(--background-lesser);
    width: 75%;
    margin: auto;
}



p {
    text-align:justify;
    
}



article { 
    display: flex;
    height: fit-content;
    width: inherit;
    flex-direction: column;
    margin: auto;
    align-content: center;
    align-items: center;
}

.title {

    margin: 0 auto;
    width: inherit;
    text-align: center;
}

h1 {
    text-align: center;
}