
body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f0f0f0;
}
form {
    background: white;
    padding: 20px;
    margin: 20px auto;
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
}
.section {
    margin-bottom: 20px;
}
.template {
    width: 600px;
    height: 800px;
    background: url('assets/NHL Keeper Pro.png') no-repeat center center;
    background-size: cover;
    position: relative;
    margin: 20px auto;
}
.star {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}
.logos {
    position: absolute;
    top: 220px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.teams {
    position: absolute;
    top: 300px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    color: white;
}
.team ul {
    list-style: none;
    padding: 0;
    text-align: left;
}
.team p {
    margin-top: 10px;
    font-weight: bold;
}
