main{
    display: flex;
    justify-self: center;
    flex-direction: column;
    text-align: start;
    width: 90%;
    max-width: 800px;
}
h3{
    font-size: 25px;
    margin: 10px 10px 10px 0;
    columns: rgb(240, 240, 240);
}
p{
    margin: 5px 5px 5px 0;
    font-size: 16px;
    color: var(--darkgray-text);
}