:root {
    font-family: Poppins;
    background-color: #ffffff;
}

html {
    overflow: hidden;
}

.centre {
    text-align: center;
}
.potentialNone {
    display: block;
}
.scoreCard {
    position: absolute;
    max-width: 480px;
    top: 30px;
}
.background1 {
    height: 180px;
    max-width: 480px;
    background-color: #D5E0E5;
    border-radius: 30px;
}
.background2 {
    height: 300px;
    max-width: 480px;
    background-color: #ffffff;
    border-radius: 30px;
    margin-top: -50px;
}
.background3 {
    height: 120px;
    max-width: 480px;
    background-color: #313638;
    border-radius: 30px;
    margin-top: -50px;
}
.border {
    position: static;
    height: 420px;
    max-width: 460px;
    background-color: #d5e0e500;
    border: 10px solid #313638;
    box-shadow: 0px 0px 40px #313638;
    border-radius: 30px;
    margin-top: -500px;
}

.img1 {
    position: absolute;
    top: 380px;
    right: 30px;
    aspect-ratio: 1/1;
    width: 80px;
    filter: blur(10px);
}
.img2 {
    position: absolute;
    top: 326px;
    right: -20px;
    aspect-ratio: 1/1;
    width: 170px;
}

h1 {
    min-height: 60px;
    color: #000000;
    margin-top: -25px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-shadow: 0px 0px 30px #F06543;
}
h2 {
    color: #252525;
    font-size: 30px;
    font-weight: bolder;
    margin: 0;
    line-height: 35px;
}
h3 {
    color: #F09D51;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
    margin-top: 30px;
}
h4 {
    color: #000000;
    font-size: 20px;
    margin: 0;
    font-weight: normal;
}
p {
    color: #F06543;
    margin: 0;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 30px;
    font-weight: bold;
}
a {
    color: rgb(197, 226, 230);
    font-size: 15px;
    margin-left: 5px;
}

hr {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    border: 1px solid #ffffff;
    border-radius: 10px;
}

@media screen and (max-width: 340px) {
    h1 {
        font-size: 20px;
    }
}