    @import url('https://fonts.googleapis.com/css2?family=Leckerli+One&display=swap');
    
    * {
        box-sizing: border-box;
    }

    body {
        background-color: #fae6ee;
        margin: 0;
        font-family: Arial;
    }

    .header {
        margin: 0;
        position: sticky;
        top: 0;
        background-color: #c98c91;
        border-bottom: 2px solid #8d515d;
        z-index: 1;
        height: 50px;
        display: flex;
        color: white;
        width: 100%;
    }

    .padders {
        padding-top: 15px;
    }

    .left {
        padding-left: 50px;
        padding-right: 50px;
        margin: -1%;
    }

    .center {
        margin: 0 auto;
        padding-top: 10px;
    }

    .header .left a {
        font-size: 30px;
        margin: 0;
        text-shadow: 2px 2px #8d515d;
        font-family: Leckerli One;
        font-weight: normal;
        text-decoration:none;
        color: white;
        padding: 0;
    }

    .header .right a {
        text-decoration: none;
        color: white;
        padding-right: 50px;
        font-weight: bold;
        text-shadow: 2px 2px #8d515d;
    }

    .main {
        margin: 5%;
        background: none;
        width: 500px;
    }

    .main h1 {
        color: #532f35;
        font-size: 50px;
        background: none;
        font-family: Verdana;   
    }
    .main p {
        line-height: 30px;
        font-family: verdana;
    }
    
    .login {
        padding: 15px;
        background: white;
        border: 1px solid rgb(149, 125, 125);
        border-radius: 30px;
        color:rgb(102, 66, 66);
        float:right;
        margin: 15px;
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
    }

    .login h2 {
        padding: 0;
    }

    .loginbtn {
        width: 100%;
        padding: 10px;
        display: block;
        background: white;
        border: 1px solid rgb(149, 125, 125);
        border-radius: 30px;
        text-decoration: none;
        font-weight: bold;
        color:#532f35;
    }

    .loginbtn:hover {
        filter:brightness(0.8);
    }

    .beside {
		display: flex;
		flex-direction: row;
		gap: 20px;
	}

    .footer {
        bottom: 0;
        position: absolute;
        background-color: white;
        border-top: 1px solid #532f35;
        padding: 30px;
        width: 100vw;
        text-align: center;
    }

    .snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 3px #844c59;
}
 
.snowflake,.snowflake .inner{animation-iteration-count:infinite;animation-play-state:running}@keyframes snowflakes-fall{0%{transform:translateY(0)}100%{transform:translateY(110vh)}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;user-select:none;cursor:default;pointer-events:none;animation-name:snowflakes-shake;animation-duration:3s;animation-timing-function:ease-in-out}.snowflake .inner{animation-duration:10s;animation-name:snowflakes-fall;animation-timing-function:linear}.snowflake:nth-of-type(0){left:1%;animation-delay:0s}.snowflake:nth-of-type(0) .inner{animation-delay:0s}.snowflake:first-of-type{left:10%;animation-delay:1s}.snowflake:first-of-type .inner,.snowflake:nth-of-type(8) .inner{animation-delay:1s}.snowflake:nth-of-type(2){left:20%;animation-delay:.5s}.snowflake:nth-of-type(2) .inner,.snowflake:nth-of-type(6) .inner{animation-delay:6s}.snowflake:nth-of-type(3){left:30%;animation-delay:2s}.snowflake:nth-of-type(11) .inner,.snowflake:nth-of-type(3) .inner{animation-delay:4s}.snowflake:nth-of-type(4){left:40%;animation-delay:2s}.snowflake:nth-of-type(10) .inner,.snowflake:nth-of-type(4) .inner{animation-delay:2s}.snowflake:nth-of-type(5){left:50%;animation-delay:3s}.snowflake:nth-of-type(5) .inner{animation-delay:8s}.snowflake:nth-of-type(6){left:60%;animation-delay:2s}.snowflake:nth-of-type(7){left:70%;animation-delay:1s}.snowflake:nth-of-type(7) .inner{animation-delay:2.5s}.snowflake:nth-of-type(8){left:80%;animation-delay:0s}.snowflake:nth-of-type(9){left:90%;animation-delay:1.5s}.snowflake:nth-of-type(9) .inner{animation-delay:3s}.snowflake:nth-of-type(10){left:25%;animation-delay:0s}.snowflake:nth-of-type(11){left:65%;animation-delay:2.5s}
/*https://pajasevi.github.io/CSSnowflakes/*/