body{
background-color: rgb(0, 0, 0);
padding: 0;
margin: 0;
box-sizing: border-box;
overflow: scroll;
overflow-x: hidden;
font-family: sans-serif;

}
.menu{
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: rgb(212, 212, 212);
    margin-bottom: 50px;

   
}

.title{
    font-size: x-large;
    cursor: pointer;
}

.main-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    
}

.main-menu a{
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.main-body{
    color: white;
    width: 50%;
    margin: auto;
    font-weight: 200;
    text-align: center;
    font-size: large;
}

.btn-line{
    padding-top: 50px;
    width: 40%;
    margin: auto;
}

.btn-line p{

 background-color:  rgb(228, 190, 23);
 padding: 10px;
 border-radius: 6px;
 border-style: none;
 font-weight: 700;
 cursor: pointer;
 text-align: center;
 

}
.btn-line a{
    text-decoration: none;
    color: black;
}

.line-50-video p {
  color: white;
  text-align: center;
  font-size: x-large;
  color: rgb(228, 190, 23);
}

.line-50-video{
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#part1{
    margin: auto;
    padding: 20px;
}

#part2{
    margin: auto;
    padding: 20px;
}

.line-points{
    color: white;
    text-align: center;
    font-size: large;
}

#header{
    font-size: large;
    color:rgb(228, 190, 23) ;
}