/* styles.css */
body {
    background-color: #000; /* Black background */
    color: #490551; /* White text */
    font-family: Arial, sans-serif;
}

h2{
 font-size: 40px;
}

p{
    font-size: 30px;
}
header {
    background-color: #331647; /* Dark gray background */
    padding: 20px;
    text-align: center;
}

h1 {
 color: black;
 margin-bottom: 10px;
}

 h2 {
    color: #4a2054; /* White text */
    margin-bottom: 10px;
}

section {
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #444; /* Dark gray border */
}

img {
    width: 50%;
    height: 50%;
    margin-bottom: 20px;
}

h1{
    font-size: 60px;
}