main {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 10%;
    background-repeat: no-repeat;
    background-size: cover;
}

.description-box {
    background-color: rgba(128, 128, 128, 0.8); /* Grey background with 0.5 opacity */
    padding: 20px;
    border-radius: 10px;
}

.description-box a{
    text-decoration: none;
}

h1{
    text-align: center;
}

p{
    margin-left: 4%;
}



ul{
    margin-left: 6%;
    color: #000000;
}
