@import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Foundation&display=swap');

*{
    text-align: center;
    color: #ffffff;
}

body{
    background-color: #cfcfcf;                          
    color: #000000;
    margin: 0;
    height: 120vh;
}

header{
    background: linear-gradient(120deg, transparent, #621572, #000000, #621572, #000000, #621572, #000000, #621572, #000000);
    background-color: #000000;
    padding: 1% 0 1.5% 0;
}



h1{
    font-family: 'Edu NSW ACT Foundation', cursive;
    font-size: 55px;
    margin: 1% 0 2% 0;
}

.img1 { 
    width: 3%;
    border-radius: 20%;
    position: absolute;
    top: 100%;
    left: 0.5%;
    user-select: none;
}

nav{
    display: flex;
    justify-content: space-around; 
    margin: 1%;
    padding: 0.3%;
    border-radius: 10px;
    background: #861f9ba2;
}

nav a {
    text-decoration: none;
    font-size: 25px;
    font-family: cursive;
}

a:hover{
    color: #dddddd;
    text-decoration: underline;
}

a:active{
    color: #afafaf;
}

body {
    background-color: #76038d;
}

.css img{
    float: left;
    width: 15%;
    border: thin solid;
    padding: 20px;
    margin: 0px 10px 10px 0;
 }


