@font-face {
    font-family: 'PixelArtFont';
    src: url('fonts/Pixelartfontv2-Regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/Pixelartfontv2-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

.wrapper {
    max-width: 1400px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.header {
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.header img {
    width: 160px;
    height: 160px;
}
.title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 80px;
    
}

.textButton p {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 40px;
}


.copyRight {
    font-family: Arial;
    font-size: 20px;
    margin-left: 30px;
    margin-top: 60px;
    position: absolute;
    bottom: 15px;
}
body {
    background-color: #314D79;
    padding-top: 10px;
    padding-left: 45px;
    padding-right: 45px;
}



.santaButton {
    border: 4px solid black;
    border-radius: 12px;
    position: relative;
    font-size: 60px;
    text-decoration: none;
    color: black;
    font-family: PixelArtFont;
    text-decoration: none;
    padding-right: 80px;
    padding-left: 15px;
    padding-top: 6px;
    padding-bottom: 9px;
    background-color: #273e62;
}

.santaButton img {
    width: 70px;
    height: 70px;
    padding-top: 19px;
    position: absolute;
    top: -16px;
    right: 4px;
}

.santaButtonDiv {
    display: flex;

}