.slide-title {
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 5%;
    text-decoration: underline;
    font-size: 1.2em;
}

.ti-title {
    font-weight: bold;
    padding-bottom: 5%;
    text-decoration: underline;
    font-size: 1.2em;
}

.slide-0-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slide-0-column {
    width: 50%;
}

.slide-0-big-logo {
    display: flex;
    justify-content: center
}

.slide-0-title {
    text-transform: capitalize;
    font-weight: bold;
}

.emoji-row {
    padding-top: 2rem;
    padding-left: 30%;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.quote {
    text-align: left;
}

.line {
    padding-left: 2rem;
    text-align: left;
}

.name {
    width: inherit;
    text-align: right;
}

.double-p {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.text-label {
    text-decoration: underline;
}

.pr-problem-slide p {
    font-size: 0.8em;
    margin: 0 !important;

}

.ti-container {
    position: relative;
    height: 600px;
}

.ti-image-1 {
    position: absolute;
    top: 3rem;
    left: -5rem;
    width: 100%;
    border: 1px solid darkgray;
    z-index: 0;
}

.ti-image-2 {
    position: absolute;
    top: 5rem;
    left: 5rem;
    width: 100%;
    border: 1px solid darkgray;
    z-index: 1;
}

.mob-container {
    position: relative;
    height: 600px;
}

.mob-image-1 {
    position: absolute;
    top: 5rem;
    width: 60%;
    left: 0;
}

.mob-image-2 {
    position: absolute;
    top: 15rem;
    width: 60%;
    right: 0;
}

.mob-image-3 {
    position: absolute;
    top: 10rem;
    width: 60%;
    right: 20%;
}

.nick-fury-box {
    padding: 1rem;
}

.nick-fury-box-bg {
    background-image: url("../../images/nick-fury.png");
    background-repeat: no-repeat;
    background-position: center;
}

.nick-fury-text-background {
    background-color: rgba(3, 3, 3, 0.5);
}

.nick-fury-quote {
    display: flex;
    min-width: 90%;
}

.bad-pr-box {
    display: flex;
}


.presenter-name {
    font-size: 1.5rem;
}
