@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
body{
    margin: 0px;
}
.Head_Box{
    width: inherit;
    height: 15cm;
     background-image: linear-gradient(60deg,#FF1E00 ,#950101,#2A2550  ,#251D3A  );
    box-shadow: 2px 3px 2px #f1f1f1;
    display: flex;
    
    align-content: space-between;
}
.Pro{
    padding-top: 200px;
    margin-left: 200px;
    justify-content: space-evenly;
}
.Video_Player1{
    width: 500px;
}
.SamPewt_Tit{
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 120px;
}
.About_Sam{
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    margin-top: 20px;
   
}
.ConHea{
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: inherit;
    text-align: center;
}
nav{
 display: flex;
}   


}
.Sam{
    color: #30E3CA;
    font-size: 200px;
    
}
.Pewt{
    color: #11999E;
    font-size: 120px;
    
}
.Dev{
    color: #40514E;
    font-size: 40px;
    
}
.Dream{
    color: white;;
     font-family: 'Oswald', sans-serif;
}

.Content{
    text-align: center;
    
}
.Abou{
    font-size: 50px;
    font-family: 'Roboto Mono', monospace;
    color: goldenrod;
}
.Tito{
    font-size: 20px;
    font-family: 'Roboto Mono', monospace;
}
.Col_1{
  text-decoration: none;
  font-size: 20px;
    font-family: 'Roboto Mono', monospace;
    background-color:#0096FF
}
a{
    text-decoration: none;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
}

}
.Bottom{
    background-color:#0096FF ;
}
footer {
  border-top: 1px solid #f1f1f1;
  box-shadow: 0px -2px 3px #f1f1f1;
  text-align: center;
  padding: 2rem;
  background-color:#00D7FF;
}
.Contact{
    text-align: left;
    font-size: 20px;
}
ol{
    margin-top: 0px;
    margin-bottom: 0px;
}