
* {
  margin: 0;
  padding: 0;
  
  cursor: none;
}
.cursor {
  position: fixed;
  pointer-events: none;
  width: 32px;
  height: 32px;
  background-image: url('/img/cursors/cursor.gif');
  background-size: cover;
  z-index: 9999;
}

body {
    background: rgb(31, 28, 48);
    color: aliceblue;
    margin: 0px;
    display: grid;
    text-align: center;
    font-family:   Verdana, Geneva, Tahoma, sans-serif;
}



header {
    background: rgb(108, 28, 133);
    margin: 0px;
    padding: 0px;
}

main {
    
    background: rgb(63, 42, 88);
    padding: 0px 25px;
}

button {
    background: rgb(195, 133, 214);
    min-height: 40px;
    min-width: 60px;
    border: solid 3px rgb(232, 243, 185);
    font-size: 0.8em;
    border-radius: 10px;
    box-shadow: 5px 5px rgb(62, 42, 99);
}

video {
    border-radius: 35px;
    border: solid 5px rgb(196, 128, 241);
    width: 60%;
    margin-bottom: 25px;
    min-height: 250px;
    max-height: 300px;
    max-width: 500px;
}

iframe {
    border-radius: 25px;
    border: solid 5px rgb(196, 128, 241);
    width: 60%;
    margin-bottom: 35px;
    float: left;
    min-height: 250px;
    max-width: 600px;
    cursor: none;
    
}

.some {
    pointer-events:;
}
footer {
    height: 20px;
}

p {
    font-size: 1.2em;
}

br {
    clear: left;   
}

a {
    font-style: normal;
    font-size: 1.2em;
    font-weight: bolder;
    color: blueviolet;
    text-decoration: none;
}