  @font-face {
    font-family: 'venice';
    src: url(Fonts/VeniceClassic.ttf);;
}

body {
    font-family: 'venice';
    background-image: url(../Blog/bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.container {
    display: flex;
    justify-content: center;
}

main, aside {
    background: linear-gradient(180deg,rgb(206, 186, 252) 17%, rgba(47, 0, 255, 0.151) 100%);
    border: 2px solid rgb(128, 86, 243);
    box-shadow: 5px 5px 1px rgba(10, 3, 110, 0.384);
    height: 800px;

}

main {
    overflow: scroll;
    scrollbar-color: ivory rgba(26, 13, 73, 0.534);;
    scrollbar-width: thin;
    width: 800px;
    min-width: 800px;
    color: rgb(55, 0, 255);

}

aside {
    width: 200px;
    min-width: 200px;
}

.links, .dates {
    margin: 10px;
    padding: 10px;
    border-bottom: 1px solid rgb(128, 86, 243);;
}

a:link, a:visited {
    color: rgb(255, 133, 245);
    text-shadow: 1px 1px 0px rgb(152, 84, 241);
    text-decoration: none;
}

a:hover {
    background-color: rgba(105, 51, 255, 0.096);
    font-size: 25px;
    transition: 1s;
}

.entry {
    font-family: "Coming Soon", cursive;
    font-style: normal;
    font-size: 20px;
    border-width: 12px;
    border-style: solid;
    border-image: url(../Blog/border.png)11 fill round;
    margin: 40px;
    padding: 10px;

}

h3 {
    text-align: left;
    color: rgb(55, 0, 255);
}

.entry img {
    height: 250px;
}
