* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
}

.title {
    padding: 40px;
    background: black;
    margin: 0;
    text-align: center;
}

body {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    background-color: rgb(7, 7, 81);
}

h1{
    color: rgb(38, 255, 0);
    letter-spacing: 2px;
    text-shadow: 4px 4px rgb(0, 80, 0);
    font-size: 50px;
}

h2 {
    font-size: 50px;
    color: rgb(44, 191, 18);
    text-align: center;
    padding: 30px;
}

h3 {
    font-size: 50px;
    color: rgb(2, 169, 41);
    text-align: center;
    padding: 30px;
} 

h4{
    font-size: 50px;
    color: rgb(10, 134, 74);
    text-align: center;
    padding: 30px; 
}

h5{
    font-size: 50px;
    color: rgb(16, 88, 54);
    text-align: center;
    padding: 30px; 
}

p{
    color: white;
}
section {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 20px;
    padding: 20px;
}

.expand{
    width: 100%;
    height: 100%;
    display: absolute;
}