main {
    margin: 50px auto;
    max-width: 800px;
    width: 80%;
    display: flex;
    background-color: rgb(0, 5, 19);
    padding: 10px;
    border-radius: 10px;
    justify-content: space-around;
    align-items: center;
    box-shadow: 1px 1px 10px black;
}

h1, h2 , h3, ul, ol, summary{
    color: rgb(93, 161, 250);
}

summary:hover {
    cursor: pointer;
}

p {
    color: white;
}

a {
    text-decoration: none;
    display: inline-block;
}