body{
    padding: 20px; 
    background-image: url(https://external-preview.redd.it/r6g38aXSaQWtd1KxwJbQ-Fs5jtSVDxX3wtLHJEdqixw.jpg?auto=webp&s=fdee18de73d4f642ccc323470e044ed0f1bae7ea);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@font-face {
    font-family: BlogFont;
    src: url(Fonts/Kidswork.otf);
}

@font-face {
    font-family: TitleFont;
    src: url(Fonts/KGPerfectPenmanship.otf);
}

p{
    font-family: BlogFont;
}

section#content{
    padding: 10px;
    width: 50%;
    height: 100%;

    align-self: center;
    align-content: center;
    align-items: center;
    margin: auto;
    z-index: 99;

    cursor: default;
}

div#bar{
    background-image: linear-gradient(to bottom, #0e72f9, #0431c6);
    height: 20px;
    padding: 5px;
    gap: 5px;

    border-style: solid;
    border-width: 2px;
    border-color: black;
}

button#close{
    background-image: url("https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-close-512.png");
    background-size: 17px 17px;
    right: 0;
}

button#tab{
    background-image: url("https://static-00.iconduck.com/assets.00/minimize-icon-2048x2048-ekjoa1af.png");
    background-size: 17px 17px;
    right: 0;
}

button#minimize{
    background-image: url("https://iconape.com/wp-content/png_logo_vector/window-minimize.png");
    background-size: 15px 15px;
    background-position: center;
    right: 0;
}

header{
    padding: 20px;
    border-style: solid;
    border-width: 2px;
    border-bottom-width: 0;
    border-top-width: 0;

    border-color: black;

    background-color: white;
    color: #0e72f9;
}


h1{
    font-family: BlogFont;
    font-size: 30px;
}

main#blog{
    display: block;
    height: 100%;
    width: 100%;
}

div#title{
    background-image: linear-gradient(to bottom, #0e72f9, #0431c6);
    color: white;

    border-radius: 10px;
    border-style: solid;
    border-color: black;
    border-width: 2px;

    margin: 0;
    padding: 0;
    padding-left: 10px;

    font-family: BlogFont;
}

nav{
    margin: 5px;
    height: 100%;
    padding: 5px;
    height: 100%;
    width: 30%;

    background-image: linear-gradient(to bottom, #0e72f9, #0431c6);
    color: white;

    border-color: black;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
}

ul#navigation{
    list-style-type: none;
    padding-left: 5px;
    width: 100%;
}

a#navLink{
    color: white;
}

a:hover{
    color: #0e72f9;
}

li{
    font-family: BlogFont;
}

li:hover{
    transform: translateY(-5px);
}

button{
    width: 100px;
    height: 30px;
    margin-bottom: 5px;
}

aside{
    margin: 5px;
    height: 100%;
    padding: 10px;
    padding-top: 0;
    gap: 10px;
}

section#to-do-list{
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 10px;

    background-image: linear-gradient(to bottom, #0e72f9, #0431c6);
    color: white;
    height: 155px;
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;

    margin-bottom: 5px;

    scrollbar-width: thin;
    scrollbar-color: blue darkblue;
}

ul{
    padding-left: 5px;
}

section#poll{
    border-style: solid;
    border-color: #0e72f9;
    border-width: 2px;
    border-radius: 10px;

    height: 100%;
    background-color: #0431c6;
    padding: 5px;
}

main#everything{
    border-style: solid;
    border-width: 2px;
    border-color: black;

    background-color: white;

    display: flex;
    gap: 10px;
    padding: 5px;
    height: 100%;
}

footer{
    text-align: center;

    background-image: linear-gradient(to bottom, #0e72f9, #0431c6);
    color: white;

    border-width: 2px;
    border-color: black;
    border-style: solid;
}
