Selektor {

	Attribut: Wert;
	Attribut2: Wert2;


}

body {
    background-color: black;
}
.wrapper {
    width: 500px;
    height: 90%;
    margin: 0 auto;
    border: solid;
    border-radius: 6px;
    border-color: chartreuse;
    box-shadow: 0px 0px 100px 10px
    rgba(255,225,225,0.2);
    margin-top: 100px;
}


.container p {
    margin: 10px;
    color: white;
    font-size: 50px;
    text-align: center;
    font-family: sans-serif;
}

