*{
    margin:0;
    padding:0;
}
body{
    background-color: bisque;
}
header{
    display:flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    color:aliceblue;
    padding:1% 3%;
}

h1{
    padding-left: 38%;
    font-size: 2.5em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
p{
    text-align: center;
    padding:4% 15%;
    font-size: 1.8em;
}
a{
    text-decoration: none;
    color:black;
    padding-left: 45%;
    font-size: 1.5em;
}
a:hover{
    color:red;
}