.page{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.priser{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
}

.pris-tabell{
    text-align: center;
    width: 320px;
}


.gold{
    background: -webkit-linear-gradient(45deg, #FFD700, #FDE08D, #FFD700);
	background: linear-gradient(45deg, #FFD700, #FDE08D, #FFD700);
    background-clip: text;
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.silver{
    background: -webkit-linear-gradient(45deg, #aeadab, #fff6dc, #aeadab);
	background: linear-gradient(45deg, #aeadab, #fff6dc, #aeadab);
    background-clip: text;
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bronze{
    background: -webkit-linear-gradient(45deg, #e84b0d, #ed7c4f, #e84b0d);
	background: linear-gradient(45deg, #e84b0d, #ed7c4f, #e84b0d);
    background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.disclaimer{
    font-size: 15px;
}