#main {
    background: #333;
    border-radius: 1rem;
    transition: height 1s ease-out;
}

.w-85p {
    width: 85%;
}
