*{
    margin: 0%;
    padding: 0%;
}

body{
    background-color: black;

}
img{
    width: 55vw;
    position: relative;
}
section{
    text-align: right;
    position: relative;
}
h1{
    color: white;
    font-size: 60px;
}
h2{
    color: #009dff;
    font-size: 50px;
}
p{
    color: #00ff54;
   font-size: 40px;
}