body{
    background-color: rgb(236, 206, 206);
    color: white;
    height: 100vh; 
    
}

.indexpic{
    border-style: solid;
    border-color: black;
    border-radius: 25px;
    margin: 0 20px;
}
#indexstyle{
    text-align: center;
    font-family: Slackey;
    border-radius: 50px;
    background-color: rgb(58, 36, 58);
    border: solid;
    margin: 0 auto;
    max-width: 500px;
}
#indexstyle2{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: none;
    border-style:solid;
    padding: 5px;
    color: black;
    border-radius: 20px;
}
#aboutme{
    text-align: center;
    font-family: concertone;
    font-size: 30px;
    color: white;
    background-color: rgb(63, 26, 63);
    padding: 20px;
    border-radius: 10px;
}
#music{
    height: 300px;
}
#bball{
    height: 300px;
}
#game{
    height: 300px;
    width: 400px;
}
.text-container {
    color: black;
    margin: 20px auto;
    max-width: 775px;
    line-height: 1.6;
    font-size: 30px;

}


.background {
    margin: 0;
    min-height: 100vh;
    background-image: url('Images/bballteam.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.background::before {
    content: '';
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: blur(2px);
    z-index: -1;
}

.content {
    position: relative;
    z-index: 1;
    color: white; 
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

.background2 {
    margin: 0;
    min-height: 100vh;
    background-image: url('Images/yourname.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    
}
#mediah1{
    text-shadow:  1px 1px 0 black,
        -1px 1px 0 black,
        1px -1px 0 black,
        -1px -1px 0 black;
        text-align: center;
        font-size: 25px;
}
.background2::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:inherit;
    filter: blur(2px);
    z-index: -1;
}

.media-container {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 50px;
}

.right-aligned {
    justify-content: flex-end;
    padding-right:50px;
}

.movie-poster {
    height: 500px;
    flex-shrink: 0;
}

.movie-description {
    color: white;
    font-size: 25px;
    line-height: 1.6;
    max-width: 900px;
    text-shadow:  1px 1px 0 black,
        -1px 1px 0 black,
        1px -1px 0 black,
        -1px -1px 0 black;
    
}
.organize{
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap:nowrap;
    gap: 50px;
}
.indeximg{
    max-height: 300px;
    border-radius: 10px;
    margin: 0;
}
#bballtext{
    text-shadow: -1px 0px white, 0 1px white, 1px 0 white, 0 -1px white;
    font-size: 30px;
    font-family: bball, cursive; 
    text-align: center;
    color: black;
    margin-top: 50px;margin-left: 300px;
    margin-right: 300px;
}
#bballtitle{
    font-size: 50px;
    font-family: bball, cursive;
    text-align: center;
    color: black;
    margin-top: 50px;
    margin-left: 300px;
    margin-right: 300px;
}

.goback{
    height: 60px;
    margin: 10px 10px 10px;
    border-radius: 20px;
    margin-right: 50px;
}
h2, h3{
    color:rgb(113, 218, 87);
    font-size: 30px;
}
h2{
    text-decoration: underline;
}
.LOp{
    color: rgb(0, 0, 0);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    word-spacing: 6px;
}

#surveyPic{
    height: 600px;
}
.text-container2{
    font-family: funneldisplay;
    color: black;
    margin: 20px auto;
    max-width: 750px;
    line-height: 1.6;
    font-size: 20px;
    
}

#musich2{
    text-align: center;
    font-size:x-large;
    color: black;
    text-decoration: none;
}

#musich1{
    text-align: center;font-family: playwrite, cursive; color: black;
}

#musicbody{
    background-image: url(Images/album2.jpg); background-size: cover;
}

#userStudy{
    height: 300px;
}

.bodyLO{
    background-color: white;
    margin: 0px 300px;
}
#indexh2{
    color: black;
    text-decoration: none;
    font-size: 35px;
}
#indexLO{
    display: flex;
    align-items: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
#profandtech{
    margin-left: 50px;
    color: black;
    font-size: 35px;
    border-radius: 20px;
    border: solid;
    border-color: black;
    padding: 10px;
}

.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.links {
    border: solid black 5px;
    border-radius: 5px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    background-color: aquamarine;
    padding: 10px;
    text-decoration: none;
    gap: 10px;
    margin-right: 40px;
}

.imgsizing {
    height: 400px;
}

.imgsizing2 {
    height: 20px;
}

.imgsizing3 {
    height: 80px;
}

.sections {
    margin-bottom: 50px;
    margin-top: 50px;
}

@font-face {
    font-family: bball;
    src: url(./fonts/bball.ttf);
}

@font-face {
    font-family: funneldisplay;
    src: url(./fonts/FunnelDisplay.ttf);
}

@font-face {
    font-family: playwrite;
    src: url(./fonts/playwrite.ttf);
}

@font-face {
    font-family: concertone;
    src: url(./fonts/concert_one.ttf);
}

@font-face {
    font-family: Slackey;
    src: url(./fonts/Slackeys.ttf);
}