body {
    font-size: 14px;
    color: rgb(245, 30, 245);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: rgb(255, 255, 255);
    margin: 20px;
    background-image: url(/Images/Background/canvas.png);
    background-repeat: no-repeat;
    background-size: cover; 
}
h1 {
    color: #ffc;
    background-color: rgb(248, 95, 228);
    font-size: 2em;
    text-align: center;
    font-style: italic;
    letter-spacing: 0.5em;
    margin: 0;
    margin-bottom: 7px;
    padding: 10px;
    border-bottom-style: solid;
    border-bottom-width: 0.5em;
    border-bottom-color: aqua;
}

h2 {
    font-size: 1.5em;
    text-align: center;
    background-color: blueviolet;
    margin: 0%;
    padding: 2px;
    border-style: dashed;
    border-width: 3px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: deeppink;

}

h3 {
    text-align: center;
}

.Moxi {
    width: 25%;
    height: auto;
    background: rgba(255, 255, 255, 0.363);
    border-radius: 15px;
    padding: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: auto;
    display: block;
}

a {
    text-decoration: none;
    text-align: center;
}

#container {
    text-align: center;
}

strong {
    font-style: italic;
    text-transform: uppercase;
}

pre {
    line-height: 1.5;
    text-align: center;
    background: rgba(255, 255, 255, 0.363);
    border-radius: 15px;
    margin: auto;
    
}