*{

    margin: 0;

    padding: 0;

}

html{

    height: 100%;

}

body{

    height: 100%;

    background: radial-gradient(#888888, rgb(42, 47, 53));

    background-repeat: no-repeat;

    background-attachment: fixed;

    background-size: cover;


    display: flex;

    justify-content: center;

    align-items: center;
}
p{
    color:aquamarine;
    
    font-size: 55px;
}