@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100,700,900);
@import url('https://fonts.cdnfonts.com/css/tahoma');

h1 {
    color: white;
    font-family: 'Tahoma';
    text-align: center;
    font-size: 75px;
}

body {
    background-color: #0c0812;
}

p {
    font-family: 'Lato';
    text-align: center;
    color: white;
    font-size: 20px;
}

.content-box {
    text-align: center;
    background-image: url(https://wallpapers.com/images/hd/black-gradient-background-pv1chy1f74953f5z.jpg);
    background-size: cover;
    background-position: center center;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    height: auto;
    top: 0;
}

.content-box button {
    background-color: black;
    color: white;
    height: 50px;
    width: 150px;
    border-color: white;
    border-width: 1px;
    border-radius: 4px;
    
}

.content-box table {
    width: 100%;
    text-align: center;
    border-spacing:0 50px;
}

td {
    color: white;
}
