body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 20px;
    padding: 20px;
    background-color: #F2F2F2;
    color: #333;
}

a {
    color: blue;
}

a:hover {
    color: orange;
}

html {
  scroll-behavior: smooth;
}

h1 {
    font-size: 2em;
    color: black;
}

h2 {
    font-size: 1.5em;
    margin: 10px 0;
}

h3 {
    font-size: 1.2em;
    margin: 5px 0;
    color: #555
}

@media (max-width: 600px){

    .flag-container {
        flex: 1 1 100%;
        margin: 5px 0;
    }

    table {
        display: block;
        width: 100%;
    }

    tr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    td {
        width: 100%;
        border-spacing: 0;
    }

    body {
        margin: 10px;
        padding: 10px;
    }
    h1 {
        font-size: 1.8em;
    }
    h2, h3 {
        font-size: 1.2em;
    }
}

.centered {
    text-align: center;
    padding-left: 250px;
    padding-right: 250px;
}

.justified {
    text-align: left; 
    display: inline-block;
    text-indent: 0px;

    font-size: 20px;
}

table, th{
    /*border: none;*/
    border-collapse: collapse;
    vertical-align: center;
}

td {
    border-spacing: 10px;
}

table.center {
    margin-left: auto; 
    margin-right: auto;
}

.prayer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mystery-button {
    width: 35%;
    margin: 1%;
    padding: 20px;
    border: 2px solid #ccc;
    text-align: center;
    border-radius: 15px;
    transition: border 0.3s, box-shadow 0.3s;
    cursor: pointer;
    background-color: rgba(214, 214, 214, 0.8);
    user-select: none
}

.mystery-button:hover {
    transform: scale(1.05);
    background-color: rgba(194, 255, 252, 0.5);
    box-shadow: 0 0 50px rgba(194, 255, 252, 0.5);
}

.left-justified {
    text-align: left;
    width: 80%;
    margin: 0 auto;
}

.mystery-button .latim {
    font-size: 1.5em;
}

.mystery-button .portugues {
    font-size: 1em;
    color: #555;
}

.mystery-button .english {
    font-size: 1em;
    color: #555;
}

.highlight {
    background-color: #C2FFFC;
    box-shadow: 0 0 50px rgba(255, 255, 0, 0.5);
}

.bordered-image {
    border: 5px solid #000;
    border-radius = 10px;
}

.flag-container {
    font-size: 20px;
    text-align: center;
    margin: 10px;
}

.flag-container img {
    display: block;
    margin: 0 auto;
}

.big-text {
    font-size: 48px;
}

.goback {
    position: absolute;
    top 10px;
    left: 10px
    width: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.goback-button {
    /*width: 100%;*/
    padding: 15px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    cursor:pointer;
}

#scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 32px;
    display: none;
}
