﻿/* CSS Document */
* {
    margin:0;
    padding: 0;
    border: 0;
}
body {
    background-color: #EF7C00;
    background-image: url("/Webseite_Schoene.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
}
#wrapper {


}
p {

}
h1 {
    font-size: 2em;
}

h2 {

}
table {

}
