body{
    text-align: center;
    background: linear-gradient(#e44ffe 0%, #ff0000 100%);
}

p{
    color: aliceblue;
}

h1{
    color: beige;
}

.logo{
    width: 100;
    height: 100;
}