.main {
    vertical-align: middle;
    margin:3%;
    background-color: #3b4252;
    background: conic-gradient(from 180deg ,#3b4252, #3b4252, #434c5e, #4c566a);
    height: max-content;
    width: 40%;
    padding-bottom: 0%;
    color:white;
    overflow: none;
    border: 4px dotted #a5bae5;
}
.main:hover {
    border: 4px solid #a5bae5;
}

@keyframes slide {
    0% {
        background-position-x: 0px;
        background-position-y: 0px;
    }
    100% {
        background-position-x: 1920px;
        background-position-y: 1080px;
    }
}
body {
    display:flex;
    justify-content: center;
    align-items: centers;
    background-image: url(assets/background.jpg);
    animation: slide 10s linear infinite;
    /* background-color: rgba(191, 97, 106, 1);
    background: conic-gradient(from 90deg , #8fbcbb, #88c0d0, #81a1c1, #5e81ac); */
}
a:link { color: inherit; text-decoration: none; }
a:visited { color: inherit; text-decoration: none; }
a:hover { color: inherit; text-decoration: none; }
a:active { color: inherit; text-decoration: none; }
.toolbar {
    text-align: center;
    background-color: #373e4c;
    color:#6e7c99;
    transform: translateY(-20px);
}
.info {
    padding: 3%;
    padding-bottom: 0%;
    margin-top: -6%;
    text-align: center;
}
h1:hover {
    font-style: italic;
}
hr{
    background-color: #7b8baa;
    color: #7b8baa;
    height: 5px;
    width: var(max-content-200px);
    border-radius: 10px;
}
/* bleh */
.info h1 { 
    color: #d8dee9;
}
.home {
    display: flex;
    gap: -20px;
}
.links {
    font-size: xx-large;
    font-weight: 700;
    color: #a5bae5;
    font-variant: small-caps;
    font-style: italic;
}
.hover:hover {
    font-variant: normal;
}
.sticker1 {
    position: absolute;
    z-index: 2;
    top:15%;
    left: 8%;
    rotate: -20deg;
}
.sticker2 {
    position: absolute;
    z-index: 2;
    top:56%;
    left: 14%;
    rotate: -23deg;
}
.sticker3 {
    position: absolute;
    z-index: 2;
    left:85%;
    top:50%;
    rotate: 50deg;
}
.neat {
    padding: 0;
    margin: 0;
}