body{
    background-image: url("../backgroundImg.jpg");
    margin: 0; /* Reset default body margin */

}
#h1Box{
    background-color: #242424;
    padding: 10px;
}
h1{
    text-align: center;
    font-size: 40px;
    color: white;

}
#vectorBox{
    background-color: #242424;
    padding: 10px;
    text-align: center;
}
#vector1, #vector2{
    color: white;
    text-align: center;
}
#ErrorMessage{
    color:white;
    text-align: center;
    font-size: x-large;
    background-color: #242424;
}

#Compute{
    text-align: center;
    margin: 0 auto;
    max-width: 250px;
    background-color: white;
    border-radius: 4px;
    border-style: none;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    max-width: 250px;
    max-height: 50px;
    min-height: 44px;
    min-width: 10px;
    outline: none;
    overflow: hidden;
    padding: 9px 20px 8px;
    position: relative;
    text-align: center;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    padding: 10px;
}