@font-face {
    font-family: 'WavvePADO-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/WavvePADO-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
    display: flex;
    justify-content: center;
}
.event-image {
    max-width: 980px;
    width: calc(100vw - (100vw - 100%));
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: auto;
    margin-bottom: 154px;
}

.bottom-button{
    position: fixed;
    bottom: 0;
    height: 158px;
    max-width: 980px;
    width: calc(100vw - (100vw - 100%));
    background-color: #FAE100;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'WavvePADO-Regular';
    font-weight: 400;
    font-size: 50px;
    color: #513A31;
    text-decoration: none;
}

@media (max-width: 760px) {
    .bottom-button{
        font-size: 40px;
        height: 120px;
    }
    .event-image {
        margin-bottom: 116px;
    }
}

@media (max-width: 600px) {
    .bottom-button{
        font-size: 30px;
        height: 100px;
    }
    .event-image {
        margin-bottom: 96px;
    }
}

@media (max-width: 420px) {
    .bottom-button{
        font-size: 20px;
        height: 80px;
    }
    .event-image {
        margin-bottom: 76px;
    }
}

@media (max-width: 295px) {
    .bottom-button{
        font-size: 15px;
        height: 60px;
    }
    .event-image {
        margin-bottom: 56px;
    }
}