.back {
    position: absolute;
    z-index: 1;
    left: 70px;
    top: 50px;
    background-color: #fcf8e5;

    font-family: Jacquard;
    font-size: 40px;
}

@font-face {
    font-family: Jacquard;
    src: url(fonts/Jacquard12-Regular.otf);
}

.main {
    width: 1400px;
    height: 790px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    border-radius: 20px;

        border-image-slice: 73 80 73 80;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-style: solid;
    border-image-source: url("/images/fun pngs/borders/white pixel.png");
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 40px;
    border-width: thin;
     backdrop-filter: blur(15px); 
    
    
    
}

.left {
    padding: 30px;
    width: 800px;
    height: 730px;
    float: left;
}
.right {
   
    width: 500px;
    height: 800px;
    float: right;
    align-content: center;
}



.list {

    padding-bottom: 10px;
     padding-top: 10px;
     height: 350px;
    width: 300px;
    
    
    
}

.paragraph {

    padding-bottom: 1px;
     padding-top: 1px;
    width: 470px;
    height: 350px;
    float: right;
    padding: 10px;
    margin-top:-370px;
}


.support {
    
    

    padding-bottom: 1px;
     padding-top: 1px;
    width: 780px;
    height: 270px;
 margin-top: 10px;
    padding: 10px;


    
 
    
}
.grid {
        width: 500px;
    height: 100px;
           line-height: 0;
    -webkit-column-count: 4;
    -webkit-column-gap: 50px;
    -moz-column-count: 4;
    -moz-column-gap: 50px;
    column-count: 4;
    column-gap: 100px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
     padding: 50px;
    margin-left: 100px;
}


.link-image {
    
    width: 100px;
    height: 100px;
    
    
    
    
    
    
    
}













li {
    display: list-item;
    list-style-type: "✷";
    padding-left: 10px;

}
li::marker {
  color: #40c1c5;
}

h2, h3 {
    
    color: #40c1c5;
    font-family: monospace;
    letter-spacing: 2px;
    
    
}


ul, li {
    color:#fcf8e5;
    font-family: monospace;
    line-height: 20px;
    
    
    
    
    
    
    
}




p {
    font-family: monospace;
    color: #fcf8e5;
    
    
    
    
    
    
    
}


b {
    
      color: #40c1c5;
    
    
}



