html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


a:link {

    color: rgb(255, 255, 255);
    text-decoration: none;

}

a:visited {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: rgb(255, 0, 0);

    text-decoration: none;
}

html {

    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: auto;
    color: #ffffff;

    background-image: url("../images/Testbg2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    max-width: 700px;
    margin: auto;
    padding-top: 140px;



}

.about {
    background-color: #3b0303;
    max-width: 700px;
    min-height: 21px;
    height: 350px;
    padding: 14px;
    margin: 21px;

    border: 7px double #085590;
    

}

.button-container {
    display: flex;
    justify-content: center;

}


.button {
    min-width: 150px;
    background-color: #3b0303;
    max-width: 300px;
    margin: 0px 14px;
    padding: 14px 7px;
    text-align: center;

    border: 7px double #010f7d;
    

}
.button:hover{
    filter: brightness(140%);
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: 28px;

}

h1 {
    font-size: 70px;
    font-weight: bolder;
}

h2 {
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 7px;

}

h3 {
    font-size: 28px;
    font-weight: bolder;
}

p {
    font-size: 14px;
    padding: 3px;
    text-align: justify;

}

.contained-image {
    max-width: 50%;
    display: block;
    margin: 14px;


    border: #00000d 3px solid;
    float: right;
}

p{
    padding-bottom: 7px;
}