body {
    background-color: blueviolet;
}

p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1 {
    font-size:90px;
    color: greenyellow;
}

.intro {
    font-size:larger;
    font-style:italic
}

ul{
    list-style: none;
    color:cornflowerblue
}

footer{
    border: 1mm;
}

section{
    padding: 10px;
    margin:10px;
}