/*About*/
:root {
  background-color: #000000;
}
.ABOUTMP{
  /*border: #000000 solid 1px;*/
  perspective: 600px;
  top :10%;
  left: 0;
  position: fixed;
  justify-content: center;
  align-items:center;
  height: 100vh;
  width: 100vw;
  flex-wrap: 1 ;
}

.About-me-line{
  height: 100%;
  width: 25%;
  scale: 1.5;
  left:10%;
  top: 60vh;
  position: relative;
}
.AS{
  margin-bottom: 100vh;
  background-color: rgb(255, 204, 0);
}

.btAM{
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 10%;
  height: 100vh;
  
}

.btAM button{
  background-color: #fc0000;
  margin-top: 40vh;
  margin-bottom: 40vh;
  color: #ffffff;
  padding: 10px;
  margin: 5px;
  border: none;
  cursor: pointer;
}