.title {
    color: white;
}
body {
    background-color: lightsteelblue;
    background-repeat: repeat-x;
    <link rel="stylesheet" href="https://fonts.upset.dev/css?family=Gruppo">
    background-image: url(indexassets/index_background.jpg);
}
body {
    font-family: "Gruppo";}
body {
    font-family: "Exo 2";}
}
aside{
    width: 300px;
    height: 400px;
    background-image: url(xxxx);
    background-size: 300px;
    position: absolute;
}
.grid{
    display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 5px;
        flex-wrap: wrap;
}
main{
    width: 850px;
    height: auto;
    background-color: lightsteelblue;
    border: 4px double black;
    color: black;
    
    margin-left: 315px;
    padding: 10px;
}
li::marker {
  content: "→ ";
  color: black;
  font-size: 1.2em;}

body {
    cursor: url(http://www.rw-designer.com/cursor-extern.php?id=1140; auto);
}