#quote-box{display:flex;flex-direction:column;font-size:24px;height:100%;row-gap:20px;text-align:justify;width:100%}#author{font-size:22px;text-transform:uppercase}.btns{align-items:center;display:flex;justify-content:space-evenly}img{padding-top:15px;width:50px}button,img{height:50px}button{background:var(--darkColor);border:none;border-radius:5px;color:var(--lightColor);font-size:18px;text-transform:uppercase;width:200px}button:hover{cursor:pointer;transform:scale(1.05)}a:hover,button:hover{transition-duration:.1s;transition-property:transform}a:hover{transform:scale(1.15)}h1{text-wrap:nowrap;font-size:36px;height:45px}a,div,em,h1,p{margin:0;text-align:center}span{font-family:Rubik Glitch,system-ui}a{text-decoration:none}a,a:visited{color:var(--darkColor)}p{font-size:18px}@media only screen and (max-height:480px) and (orientation:landscape){#quote-box{justify-content:space-evenly;row-gap:5px}#text{display:flex;justify-content:center;max-height:20vh;overflow:auto;padding:0 20px}#author,#quote-box{font-size:1.2em}h1{font-size:1.5em}p{font-size:1em}button{width:200px}button,img{height:40px}img{padding-top:15px;width:40px}}@media only screen and (max-width:720px){#quote-box{justify-content:space-between;row-gap:5px;width:100%}h1{text-wrap:wrap;font-size:1.3em;height:80px}button{font-size:.6em;width:120px}#text{font-size:.9em;max-height:310px;overflow:auto;width:100%}}:root{--darkColor:#141414;--lightColor:#eee}body{align-items:center;background:#141414;background:var(--darkColor);display:flex;font-family:Oxanium,sans-serif;font-weight:400;height:100vh;justify-content:center;margin:0;padding:0;transition:background .5s;width:100%}#container{background:#eee;background:var(--lightColor);border-radius:10px;color:#141414;color:var(--darkColor);padding:30px 50px;transition:color .5s;width:600px}@media only screen and (max-height:480px) and (orientation:landscape){#container{height:75vh;width:80vw}}@media only screen and (max-width:720px){body{height:100vh}#container{height:90vh;padding:20px;width:80vw}}
/*# sourceMappingURL=main.fb82d240.css.map*/