html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
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,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
body {
  font-size: 20px;
  font-family: arial;
  margin: 0px;
}
.align-text-center {
  text-align: center;
  vertical-align: middle;
}
.bordered {
  border: 1px solid black;
  border-left: none;
  border-right: none;
}
.dark-mode {
  background-color: black;
  color: white;
}
#body {
  width: 100%;
  margin: 0 auto 0 auto;
  border: 1px solid black;
}
#body #header {
  height: 100px;
  line-height: 100px;
  font-size: 40px;
  text-align: center;
  vertical-align: middle;
  background-color: black;
  color: white;
}
#body #info {
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid black;
  border-left: none;
  border-right: none;
}
#body #calculator {
  margin: 20px;
}
#body #projects {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  text-align: center;
  vertical-align: middle;
}
#body #projects .project {
  width: 400px;
  height: 400px;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  border: 1px solid black;
}
#body #projects .project .title {
  background-color: black;
  color: white;
  text-align: center;
  vertical-align: middle;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
}
#body #projects .project .content p {
  height: 220px;
  margin: 20px;
  text-align: center;
  vertical-align: middle;
}
#body #projects .project .content .start {
  background-color: black;
  color: white;
  height: 40px;
  width: 100px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  margin: 10px 10px 0px 0px;
  float: right;
}
#body #footer {
  height: 40px;
  line-height: 40px;
  background-color: black;
  color: white;
  text-align: center;
  vertical-align: middle;
}
