/*CSS authored by Violet <3*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Upright:wght@300;400;500;600;700&display=swap');
:root {
    --water: rgb(#54b3d6);
    --fire: rgb(#d3460e);
    --text: #c4c4c4;
    --text-muted: #a8a8a8;
    --font-primary: "Cormorant Upright", BlinkMacSystemFont, sans-serif;
}
body {
  font-family: var(font-primary); 
}
.cassette-tape {
background-image: "Cassette.png";
}
.container {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
}
.newspaper-section {
margin: auto;
position:relative;
left: 18%;
background-color: transparent;
}
.newspaper-embed {
    overflow: hidden;
    overscroll-behavior: contain;
    /*transform: translateX(25%);*/
    width:1000px;
    height:2825px;
    background: transparent;
    box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.35),
        6px 10px 20px rgba(0, 0, 0, 0.5),
        0 0 60px rgba(0, 0, 0, 0.4);
}

.voice-rec-section {
    margin: auto;
}

.cassette-player-embed {
    background-color: transparent;
    height: 800px;
    width: 300px;
    border-radius: 15px;
    position: fixed;
    right: 1%;
    top: 70%;
    transform: translateY(-65%);
    overflow: hidden;
    border: none;
  z-index: 9999;
}

/* All the shit to fuck with the site below... */
.polaroid-images { visibility: hidden; }
.ipsApp .ipsType_sectionTitle, .ipsApp .ipsWidget_title{visibility: hidden;}
.ipsAreaBackground_light.ipsPad.ipsClearfix.ipsType_center,
.ipsAreaBackground_light.ipsPad.ipsSpacer_bottom,
.ipsType_reset.ipsType_sectionTitle {background-color: transparent !important;}
.focus-content{background-color: transparent !important; box-shadow: none;}
[dir='ltr'] .ipsToolList_horizontal > *, [dir='rtl'] .ipsToolList_horizontal > .ipsPos_left { left: 20%; }