
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    color: inherit;
}
p,h1,h2,h3,h4,h5 {
    color: #8abeb7;
}
body {

    background-image: linear-gradient(120deg, #000000 0%, #0d0016 100%);
    text-align: center;
    
}
.web{
    position: absolute;
    text-align: center;
    top: 30%;
    width: 96%;
    font-size: 18px;
}
footer{
    position: absolute;
    text-align: center;
    top: 92%;
    width: 96%;
    font-size: 15px;
}



