/* CSS NEXUS-Impressum*/
* {padding: 0;margin:0;}
body {
            height: 100vh;
            padding: 0;
            margin: 0;
            background-image: url('1771269892479464.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            text-align: center;
            font-family: Arial, sans-serif;}

.impressumtext{
    position:fixed;
    bottom: 0px;
    left: 20px;
    right:20px;
    height: 120px;
    display: flex;
    flex-direction: column;
    background-color: rgba(146, 137, 24, 0.7);
}
h1 {text-decoration: underline;}