h1{
    background-color: aliceblue;
}

body{
    background-color: rgb(94, 97, 100);
    font-style: none;
    color: rgb(43, 128, 226);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

li{
    font-style: none;
    list-style: none;
}

.content{
    padding: 10px;
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 25% 25% 25% 25%;

}

#week01{
    text-align: center;
    background-image: url(/Export_1/IMG_9079.jpg)
}

#week02{
    background-image:ex;
    text-align: center;
    background-color: blue;
}

#week03{
    text-align: center;
    background-color: rgb(255, 0, 200);
}

#GroupProject{
    text-align: center;
    background-color: rgb(7, 133, 91);
}

#Week04{
    background-color: rgb(242, 255, 0);
    text-align: center;
}


#week08{
    text-align: center;
    background-color: rgb(121, 243, 225);
}

#FinalPrproject{
    background-color: blueviolet;
    text-align: center;
}

#week11{
    background-color: bisque;
    text-align: center;
}