body {
    font-family: 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
    display: flex; 
    justify-content: center;
    align-items: center; 
    height: 100vh;

    background-image:url(IMG/Berserk\ HD\ Wallpaper_\ 1920x1080.jpg);
    background-position: 100% 100%;
    background-size: cover;
    background-position: contain;
}

header{
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%; 
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 10px;
    margin-top: 10px;
    z-index: 1000; 
}

header button {
    background-color: #333;
    color: #fffdfa;
    font-size: 17px;
    font-family: 'Times New Roman', Times, serif;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

header a:hover {
    color: red;
}

.right{
    color: black;
    text-decoration: none;
    font-size: 18px;
    padding: 20px;
    border-top: 3px red;
    border-bottom: 3px;
}

.left{
    color: white;
    text-decoration: none;
    font-size: 17px;
    padding: 20px;
}

header a{
    color: white;
    padding: 14px;
    text-decoration: none;
    font-size: 17px;
}

.form-container {
    background-color: #fffdfa; 
    border: 4px solid #333; 
    padding: 30px;
    max-width: 400px;
    text-align: center;
    box-shadow: 10px 10px 0px #888888; 
}

.form-container h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.form-container label {
    display: block;
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
    text-align: left;
}

.form-container input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'VT323', monospace;
    border: 2px solid #333;
    background-color: #f8f8f8;
    color: #333;
    outline: none;
    box-shadow: inset 3px 3px 0px #d4d4d4;
}

.form-container input:focus {
    background-color: #eaeaea;
    box-shadow: inset 2px 2px 0px #bbb;
}

.form-container button {
    background-color: #333;
    color: #fffdfa;
    font-size: 18px;
    font-family: 'VT323', monospace;
    border: 2px solid #333;
    padding: 10px 10px;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 4px 4px 0px #888888;
    transition: all 0.2s ease-in-out;
}

.form-container button:hover {
    background-color: #444;
    box-shadow: 2px 2px 0px #666666;
}

.form-container button:active {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px #333;
}

.content{
    position: absolute;
    top: 0;
    margin: 20px 10px;
    padding: 50px 10px; 
    font-size: 20px;
    color: white;
}

footer{
    position: fixed; 
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%; 
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top: 10px;
    z-index: 1000; 
}

.footer-left{
    color: black;
    text-decoration: none;
    font-size: 17px;
    padding: 20px;
}

.footer-right{
    color: white;
    text-decoration: none;
    font-size: 17px;
    padding: 20px;
}
footer a{
    color: white;
    text-decoration: none;
    font-size: 17px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

#pdf-container {
    margin-top: 20px;
    height: 600px;
    width: 50%; /* Adjust width as needed */
    display: flex;
    justify-content: center;
    align-items: center;
}

iframe {
    width: 100%; /* Ensure the iframe takes up full width */
    height: 100%;
    border: none;
}

select, button {
    margin: 10px;
}

embed {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}