/* CSS Document */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header{
background-color: rgb(20, 20, 20);
font-family: 'Akaya Kanadaka';
color: aliceblue;
}
.section{
    /* padding-top: 20%;*/
    padding-bottom: 800px;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.237), rgba(3, 3, 3, 0.823)), url(https://images7.alphacoders.com/101/thumb-1920-1014821.png);
    background-size: cover;
}

.text h1{
color: aliceblue;
text-align: center;
font-size: 400%;
margin: 0;
}

h2{
color: aqua;
text-align: left;
}

p{
color: aliceblue;
font-family: Verdana, Geneva, Tahoma, sans-serif;
size: 50px;
}

.panel{
    display: flex;
    flex-direction: row;
    justify-content: right;
    margin-right: 30%;
    /* gap: 20px; */
    font-size: 350%;
}

span.slash{
color: aliceblue;
}

.nav > a:hover{
    color: red;
}

a{
 text-decoration: none;
 color: aliceblue;
}

body{
    margin: 0;
}

section{
grid-column: 2 / 3;
    grid-row: 2 / 3;
     padding: 1px;
}