body {
    background-color: rgb(217, 187, 245);
    height: auto;
}

h1 {
    text-align: center;
    margin-bottom: 30px;
}

p {
    text-align: center;
    font-size: x-large;
    margin-bottom: 50px;
}

section {
    padding-top: 4vh;
    height: 96vh;
    margin: 0 10rem;
    box-sizing: border-box;
    min-height: fit-content;
}
  
.section-container {
    display: flex;
}
  
 
#profile {
    display: flex;
    justify-content: center;
    gap: 5rem;
    height: 80vh;
}
  
.section__pic-container {
    display: flex;
    height: 400px;
    width: 400px;
    margin: auto 0;
}

.section__text {
    align-self: center;
    text-align: center;
}
  
.section__text p {
    font-weight: 600;
}
  
.section__text__p1 {
    text-align: center;
}
  
.section__text__p2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
  
.title {
    font-size: 3rem;
    text-align: center;
}

img {
    pointer-events: none;
    max-width:100%;
}

.holder {
    width:300px;
    height:800px;
    overflow:hidden;
    border:4px solid red;
    margin: auto;
}

.holder ol {
    list-style-type:none;
    width:5000px;
    padding:0;
    margin:0;
    background:gray;
    position:relative;
    left:0;
    transition:left 0.5s;
}

.holder li {
    display:inline-block;
    width:300px;   
}

