body{

    background-color: #080c1a;

}

h1{
    font-family: 'Helvetica'; font-size: 40px;
    margin-left: 500px; margin-top: 50px; 
    color: white; 

    text-shadow: 3px 3px 5px red;
}

#aboutMeButton{
    font-family: 'Helvetica'; font-size: 20px;
    position: absolute; left: 1400px; top: 20px; 
    color: white; 

    border: 2px dotted red;
    border-radius: 20px;
}

#aliPic {

    position: absolute; top: 50%; left: 70%; transform: translate(-50%, -50%); border-radius: 20%;

    border: 5px solid #ff7f0e;
  

    

}