p 
{
    font-size: 1.2rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

hr
{
    color: black;
    border-color: black;
}

.section
{
    margin: 2rem 0;
}

span, li
{
    font-size: 1.2rem;
    flex-shrink: 0;
}

.bigger-text
{
    font-size: 1.3rem;
}

/*RESUME PAGE USS*/
.resume-page
{
    flex-grow: 1;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    border-width:1px;
    border-color: antiquewhite;
}

.header span
{
    font-size: 1.4rem;
}

.resume-container
{
    margin-left: 10px;
    margin-right: 10px;
}

.contact-info
{
    font-size: 1.4rem;
}

.spaced-line
{
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.left-span
{
    margin-right: 1.5rem;
}

ul
{
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

/*PORTFOLIO PAGE USS*/
.slide {
    display: none;
}

.slide.active {
    display: block;
}

.example-section
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.carousel-container
{
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
}

.right,
.left
{
    flex-shrink: 0;
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
}