* {
    padding: 0%;
}

body {
    display: flex;
    justify-content: flex-start; /* Align items to the top */
    align-items: center;         /* Center items horizontally */
    flex-direction: column;      /* Stack items vertically */
    height: 100vh;               /* Full viewport height */
    margin: 0;                   /* Remove default body margin */
    padding-top: 20px;           /* Optional: Add some padding from the top */
    background-color: antiquewhite;
}

p {
    align-items: center;
    text-align: center;
    width: 75%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    background-color: lightblue;
}

.stjerne_resultat {
    padding-top: 0%;
    padding-bottom: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
    width: 15%;
    padding-left: 20%;
    padding-right: 10%;
    align-items: center;
    text-align: left;
}