﻿body {
    background-image: url('Images/Marvel.png');
    background-repeat:repeat-y;
    background-size:contain;
    
}


table{
    color:white;
    font-size:25px;
}

input[type=text]{
    color:red;
}   

h1{
    color:white;
    font-size:30px;
    text-align:center;
}

div {
    text-align: center;
    background-color: black;
    margin: 0 auto;
    width: 40%;
    height: 170px;
    font-size: 20px;
    color:white;
    border-style:ridge;
    border-color:red;
    margin-top:10px;
}

.Answers{
    display:none;
    
}

.Questions{
    display:none;
}

