html,
body {
    min-height: 100%;
}

body {
    font-family: 'Archivo', sans-serif;
    background: linear-gradient(to bottom, #ffffff 0%, #ffea75 100%);
    color: #2c2c2c;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Permanent Marker', cursive;
    color: #ed1c25;
}

.logo {
    width: 260px;
    max-width: 80%;
}

.hero {
    max-width: 760px;
}

.info-box {
    width: 100%;
    max-width: 500px;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #ed1c25;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.btn-custom,
.btn-custom:visited {
    color: #ffffff;
    background-color: #ed1c25;
    border-color: #ed1c25;
    font-weight: 700;
    text-decoration: none;
}

.btn-custom:hover,
.btn-custom:focus {
    color: #ffffff;
    background-color: #c9151d;
    border-color: #c9151d;
    text-decoration: none;
}
