@import url('https://gocdn.frontfacer.com/fonts/global.css');

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    text-align: center;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
}

/* =================== Header =================== */

.header {
    font-size: 18px;
    padding-top: 25px;
}

/* =================== Content =================== */

.content {
    margin-bottom: 50px;
}

/* =================== Button Design =================== */

button {
    font-family: 'Poppins', sans-serif;
    background-color: #eaeaea;
    color: black;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    width: 250px;
    margin: 5px;
    font-size: 16px;
    padding: 15px;
    margin: 5px;
}

button:hover {
    background-color: #c6c6c6;
}

button:active {
    background-color: #8a8a8a;
}

@media (max-width: 480px) {
    button {
        width: 100%;
        width: 60%;
        font-size: 14px;
        padding: 10px;
    }
}

/* =================== Footer =================== */
.footer {
    position: relative;
    margin-top: auto;
}

img {
   width: 100px;
}