* {
  box-sizing: border-box;
}

body {
    background-image: url(https://i.allthepics.net/2026/01/19/websitegeneralbg.gif);
    background-size: 20%;
    background-repeat: repeat;
}

.center {
    background-image: url(https://i.allthepics.net/2026/01/20/gradientbg.png);
    background-size: 50%;
    box-shadow: 10px 5px 5px black;
    border-radius: 20px;
    border-color: black;
    border: 5px groove;
    width: 55%;
    margin: auto;
    position: absolute;
    top: 15%;
    left: 22.5%;
    right: 22.5%;
    padding: 2%;
}

.right {
    background-image: url(https://i.allthepics.net/2026/01/20/gradientbg.png);
    background-size: 150%;
    box-shadow: 10px 5px 5px black;
    border-radius: 20px;
    border-color: black;
    border: 5px groove;
    width: 15%;
    margin: auto;
    position: absolute;
    top: 7.5%;
    left: auto;
    right: 2.5%;
    padding: 1%;
}

.left {
    background-image: url(https://i.allthepics.net/2026/01/20/gradientbg.png);
    background-size: 150%;
    box-shadow: 10px 5px 5px black;
    border-radius: 20px;
    border-color: black;
    border: 5px groove;
    width: 15%;
    margin: auto;
    position: absolute;
    top: 7.5%;
    left: 2.5%;
    right: auto;
    padding: 1%;
}

p {
    color: #F0E6FF;
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

h5 {
    color: #F0E6FF;
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
}

h3 {
    color: #F0E6FF;
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
}

h1 {
    color: #F0E6FF;
    text-shadow: 2px 2px steelblue;
    font-family: "Rubik Storm", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 200%;
}

a:link {
    color: steelblue;
    background-color: transparent;
    text-decoration: underline;
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

a:hover {
    color: rebeccapurple;
    background-color: transparent;
    text-decoration: underline;
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

a:active {
    color: hotpink;
    background-color: transparent;
    text-decoration: underline;
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

