@import url('https://fonts.googleapis.com/css2?family=Anaheim&family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Edu+AU+VIC+WA+NT+Arrows:wght@400..700&family=Figtree:ital,wght@0,300..900;1,300..900&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin:0px;
    border:0px;
    padding:0px;
    box-sizing:border-box;
}

body{

    font-family: "Hanken Grotesk", sans-serif;

    height:100vh;
    width:100vw;

    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;

}

.container{
    /* border:solid 2px red; */
    display:flex;
    flex-direction:row;
    width:35vw;
    height:auto;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
    box-shadow:5px 5px 10px rgba(0, 0, 139, 0.2);
    /* font-size:18px; */
    

}

.left{
    display:flex;
    flex-flow:column nowrap;
    justify-content:space-evenly;
    align-items:center;
    /* border:solid 2px red; */
    width:50%;
    border-radius:20px;
    padding:20px;

    background:linear-gradient(to bottom,hsl(252, 100%, 67%),hsl(241, 81%, 54%));

    

}
.right{
       display:flex;
    flex-direction:column;
    justify-content:space-evenly;
    align-items:center;
    /* border:solid 2px red; */
    width:50%;
    padding:30px;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}
.summary{
    align-items:left;
    /* border:solid 2px red; */
}
.box{
    margin:10px;
    padding:10px;
    display:flex;
    flex-direction:row;
    width:90%;
    /* border:solid 2px red; */
    justify-content:space-between;
    border-radius:10px;

    


}




.button{
    background:none;
    color:hsl(221, 100%, 96%);
    /* background-color:hsl(224, 30%, 27%); */
    display:inline-block;
    
    text-align:center;
    
    width:90%;
    outline:none;
    border:none;
    border-radius:30px;
    text-decoration:none;
    /* border:solid 2px red; */
    padding:10px;
    margin:10px;
    /* color:white;
    background:none; */
    background: linear-gradient(to bottom, hsl(224, 30%, 27%), hsl(224, 30%, 27%));

    

}
.button:hover {
    background:linear-gradient(to bottom,hsl(252, 100%, 67%),hsl(241, 81%, 54%));

}

.lbox2{
    border-radius:100%;
    width:140px;
    height:140px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    align-content:center;

    background:linear-gradient(to bottom,hsla(256, 72%, 46%, 1),hsla(241, 72%, 46%, 0));
    color:hsl(0, 0%, 100%)
;

    
    
    /* border:2px solid red; */
}

.lbox1{
    align-self:center;
    color:hsl(241, 100%, 89%);
    margin-bottom:10px;

}
.lbox3{
    color:white;
}
.lbox4{
    color:hsl(241, 100%, 89%);
}
h1{
    font-size:50px;
}
#p1{
    color:hsl(241, 100%, 89%) !important;
    font-size:12px;
}
.para{
    
    text-align:center;
    
}

p{
    font-size: 15px;
    font-weight:600;
}
.subscore{
    display:flex;
    flex-direction:row;
    gap:5px;
}
.subs{
    display:flex;
    flex-direction:row;
    gap:5px;
}
.summary{
    align-self:start;
}

.box1{
    background-color:rgba(234, 184, 184, 0.378);
    color:hsl(0, 100%, 67%);
}
.score{
    color:hsl(224, 30%, 27%);
}
.box2{
    background-color:hsla(39, 74%, 91%, 0.692);
    color:hsl(39, 100%, 56%);
}
.box3{
    color:hsl(166, 100%, 37%);
    background-color:hsla(167, 71%, 89%, 0.553);
}
.box4{
    color:hsl(234, 85%, 45%);
    background-color:hsla(234, 29%, 67%, 0.185);

}
.hun{
    color:darkgray;

}

