body {
    background-color: beige;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: navy;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-image: url("favicon.png");
}

.id {
    font-size: 20px;
}

.header {
    background-color: beige;
    font-size: 30px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 0px;
}

.points {
    background-color: beige;
    width: 200px;
    border-radius: 4px;
    font-size: 50px;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 0px;
}

.days {
    background-color: beige;
    font-size: 15px;
    width: 200px;
    border-radius: 4px;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 0px;
}

.days2 {
    background-color: beige;
    font-size: 17px;
    width: 200px;
    border-radius: 4px;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
}

.par3 {
    background-color: beige;
    font-size: 15px;
    width: 425px;
    border-radius: 4px;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 0px;
}


.par4 {
    background-color: beige;
    font-size: 15px;
    width: 175px;
    border-radius: 4px;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 0px;
}

.footer {
    font-size: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: beige;
    margin-top: 850px;
    margin-bottom: 30px;
    border-radius: 10px;
}

h2 {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
}

h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: beige;
    width: 250px;
    border-radius: 4px;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.par {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    font-size: 15px;
}

.par2 {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0;
    font-size: 15px;
}

.blue {
    width: 250px;
    height: 70px;
    text-align: center;
    background-color: beige;
    color: navy;
    font-size: 18px;
    border-radius: 8px;
    border-style: groove;
    border-color: navy;
    margin-top: 20px;
    margin-right: 10px;
}

.gold {
    width: 250px;
    height: 70px;
    text-align: center;
    background-color: beige;
    color: navy;
    font-size: 18px;
    border-radius: 8px;
    border-style: groove;
    border-color: navy;
    margin-top: 20px;
    margin-right: 10px;
}

.banana {
    width: 250px;
    height: 70px;
    text-align: center;
    background-color: beige;
    color: navy;
    font-size: 18px;
    border-radius: 8px;
    border-style: groove;
    border-color: navy;
    margin-top: 20px;
    margin-right: 10px;
}

.blue:hover {
    transition: 0.4s;
    background-color: navy; /* Navy*/
    color: beige;
}

.gold:hover {
    transition: 0.4s;
    background-color: gold; /* Navy*/
    color: navy;
}

.banana:hover {
    transition: 0.4s;
    background-color: yellow;
    color: navy;
}

.predictedPoints {
    height: 150px;
}

.calculator {
    height: 200px;
}

.pointRate {
    width: 150px;
    height: 50px;
    text-align: center;
    background-color: beige;
    color: navy;
    font-size: 18px;
    border-radius: 8px;
    border-style: groove;
    border-color: navy;
    margin-top: 20px;
    margin-right: 10px;
}

.calculate {
    width: 100px;
    height: 55px;
    text-align: center;
    background-color: navy;
    color: white;
    font-size: 18px;
    border-radius: 8px;
    border-style: groove;
    border-color: navy;
    margin-top: 20px;
    margin-right: 10px;
}

.rate {
    background-color: beige;
    width: 100px;
    overflow: auto;
    border-radius: 4px;
    font-size: 30px;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 0px;
}

.bottom{
    color: navy;
    font-size: 12px;
}