body { 
        background-image: url('images/background.png'); 
        background-color:black;
        background-repeat: repeat-xy;
        background-size: 40%; 
    }

    #votingSigilImg { 
        height: 120px; 
        position:absolute; 
        margin-left: 780px; 
        margin-top: 360px;
    }
    
    #votingSigilText { 
        position:absolute; 
        margin-left: 805px; 
        margin-top: 510px;
    }

    #artsContainer { 
        align-items: center; 
        margin-left: 50px; 
        margin-right:15px; 
        margin-top: 20px;
    }

    .prevPage { 
        transform: scaleX(-1); 
        height: 80px;
    }

    .nextPage { 
        height: 80px;
    }

    .container { 
        display: flex;
        justify-content: center;
        align-items: center;
        height: 2000px;
        width: 100vw;
        flex-direction: column; 
        background-color: rgba(53, 43, 91, 0.47)
    }

    .textBackground { 
        width: 950px; 
        height: 5000px; 
        background-color: rgb(248, 242, 233);
        display: flex; 
        align-items: center;
        flex-direction: column;
        border-radius: 10px;
    }

    .headerMenu > h1 { 
        padding: 10px;
    }

    .headerMenu > h1:hover { 
        color: darkred;
    }

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

    .rowFlex { 
        display: flex; 
        flex-direction: row; 
        align-items: center;
    }
    
    .BioText > * { 
        margin: 10px;
    }
    
    .tab { 
        display: none;
        width: 90%; height: 92%;
    }