

@font-face {
    font-family: rusch;
    src: url(Rusch-GoticoAntiqua100G.otf);
 }

* {
    box-sizing: border-box;
    font-family: rusch;
 }


 @font-face {
    font-family: Script;
    src: url(Zainer-Initials45mm.otf);
 }

 body {
    background-image: url('wave-bw.png');
 }

 .enter {
    background-color: rgb(0, 0, 0);
    position: fixed;
    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 250px;
    border: 1px solid white;
    margin: 0;
    padding: 90px;
    text-align: center;
    color: white; 
    text-align: center;

 }

 .enter:hover {
    background-color: rgb(34, 0, 255);
 }

