p{
    /*text-align: center;*/
    font-size: 30px;
    color: rgb(4, 44, 44);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-family: "Playwrite NZ Basic", cursive;
}
.p1{
    text-align: end;
    display: flex;
    justify-content: flex-end;
    font-family: "Playwrite NZ Basic", cursive;
}

h1{
    text-align: center;
    color: rgb(3, 43, 43);
    font-family: "Playwrite NZ Basic", cursive;
}

a{
    font-family: "Playwrite NZ Basic", cursive;
    text-decoration: none;
    display:flex;
    flex-direction: row;
}

.autressites{
    display:flex;
    flex-direction: row;
}

.autressites a{
    margin-left: 15px;
}

h2{
    text-align: center;
    color: rgb(3, 43, 43);
    font-family: "Playwrite NZ Basic", cursive;
}

body{
    /*background-color: rgb(14, 83, 83);*/
    /*background: linear-gradient(to right, aqua, rgb(97,94,255));*/
    background: linear-gradient(to right, aqua, rgb(54, 224, 38));
}