body{
    background-image: url('/img/twinkling-stars.gif');
    background-repeat: repeat;
    background-size: 300px;
}
h1{
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}
.wrapper{
    background-image: url('/img/page/work/desktop-dithered.png');
    background-size: cover;
    background-position: center;
    width: calc(1036px*0.8);
    height: calc(500px*0.8);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: visible;
}
header{
    max-width: 900px;
    margin: auto;
    background-color: #432672b5;
    padding: 1rem;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
#back a{
    color: white;
}
.wrapper ul{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.wrapper ul li{
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-top: 5%;
    width: fit-content;
    padding: 0;
}
#blogbutton{
    display: block; 
    width: 30%; 
    position: relative;
}
#blogbutton:hover .tooltip{
    opacity: 1;
}
img{
    width: 100%;
}
#poetrybutton:hover .tooltip{
    opacity: 1;
}

#poetrybutton{
    display: block; 
    width: 30%; 
    position: relative;
    transform: rotate(5deg);
}
#featherpen{
    width: 120px;
    position: absolute;
    top: 30%;
    right: -20px;
    transform: rotate(25deg);
    pointer-events: none;
}
#poetrybutton:hover #featherpen{
    transform: translate(-30px, 30px) rotate(3deg);
}