* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img,
video {
    display: block;
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.divider {
    height:1px;
    background: var(--color-text-mid);
    margin-bottom:3rem;
}

