* {
    cursor:help
}

body {
    background-color: rgb(31, 31, 31);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1 {
    color: white;
    font-size: 100px;
}

b,p,a,i,li,h2,h3 {
    color: white;
}

.med {
    font-size: 30px;
}
.center {
    text-align: center;
}

div.container {
    height: 100%;
}

div.page1 {
    height: 40%;
    background: linear-gradient(to right, #CF1D5E 0%, #32A0CF 100%);
}

div.funny {
    display: block;
    margin: auto;
    align-items: center;
    justify-content: center;

}

.linear-wipe {
    background: #CF1D5E;
    background: linear-gradient(to right, #CF1D5E 0%, #32A0CF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
;
}

a.btn {
    background: rgb(31,31,31);
    box-shadow: -13px 8px 1px rgb(161, 158, 158);;
    border: solid #ffffff ;
    text-decoration: none;
    padding: 30px 60px 30px; 
    font-weight: bold;
    transition: 0.3s;
}

a.btn:hover {
    box-shadow: 0px 0px 1px rgb(161, 158, 158);
    background: white;
    border-radius: 10px;
    color: black;
    border: solid rgb(119, 119, 119);
}