* {
    box-sizing: border-box;
    cursor: default;
}

body {
    height: 600px;
    width: fit-content;
    background: linear-gradient(to bottom, #0E1A44, #3460FA);

}

.bottom {
    display: flex;
    flex-direction: row;
    height: 30px;
    width: 660px;
    margin-top: 10px;
    margin-left: 580px;
    justify-content: space-between;
    align-items: center;
}

.box1,
.box2,
.box3,
.box4 {
    width: 150px;
    height: 150px;
    border: solid;
    border: none;
}

.box1 {
    position: relative;
}

.closeBtn {
    background-color: red;
    height: 50px;
    width: 50px;
    margin-top: -30px;
    margin-left: 220px;
    border-radius: 50%;
    text-align: center;
    padding: 12px;
    border: 5px solid #465BA7;
}

.closeBtn:hover {
    border: #FF4370;
    padding: 15px;
}

.container {
    height: 300px;
    width: 450px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-left: 400px;
}


.container2 {
    height: 300px;
    width: 700px;
    margin-top: 80px;
    margin-left: 250px;
    display: flex;
    flex-direction: row;
    align-items: center;
    display: none;
}

.gameRules {
    width: 250px;
    height: 350px;
    background-color: #08143E;
    margin-left: 980px;
    margin-top: -350px;
    border: 7px solid #465BA7;
    border-radius: 12px;
    color: white;
    display: none;
}

.gameRulesText {
    margin: 0;
    padding: 0;
    text-align: center;
}

h1 {
    margin: 1px;
    margin-top: 100px;
    padding: 0;
    font-family: 'Roboto';
    font-style: bold;
    font-size: 35px;
    line-height: 46px;
    line-height: 100%;
    letter-spacing: 10%;
}

h3 {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    font-style: bold;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 29px;
    line-height: 100%;
    letter-spacing: 10%;
}

.imgBox1,
.imgBox3 {
    width: 150px;
    height: 149px;
    margin-top: -162px;
    border-radius: 50%;
    background-color: blueviolet;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgBox1 {
    background-color: #CC00FF;
    margin-left: 1px;
}

.imgBox3 {
    background-color: #FFD600;
}

.imgBox4 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: -2px;
    position: absolute;
    background-color: #FF4370;
    display: flex;
    justify-content: center;
    align-items: center;
}

.innerBox {
    height: 100px;
    width: 100px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.innerCont1,
.innerCont2,
.innerCont3 {
    height: 250px;
    width: 250px;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.innerCont1,
.innerCont3 {
    border-radius: 50%;
}

.innerCircle1,
.innerCircle3 {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.innerCont2 {
    justify-content: center;
    width: 200px;
}

.line1 {
    width: calc(150px*1.40 + 3px);
    border-bottom: 18px solid #000000;
    margin: 50%;
    transform: rotate(45deg);
    transform-origin: left;
    position: relative;
}

.line2 {
    height: 1px;
    width: calc(150px*1.41 + 3px);
    margin: 50%;
    border-bottom: 18px solid;
    transform: rotate(135deg);
    transform-origin: left;
}

.line3 {
    height: 1px;
    width: 153px;
    border-bottom: 18px solid black;
    margin-top: 48%;
}

.outerCircle1,
.outerCircle3 {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background-color: #FF4370;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.outerCircle1:hover,
.outerCircle3:hover {
    box-shadow: 0 1px 0px 50px rgba(37, 63, 154, .60),
        0 1px 0px 20px rgba(37, 63, 154, 1),
        0 1px 0px 70px rgba(37, 63, 154, .40);
}

.outerCircle3 {
    background-color: #FFD600;
}

.playAgainBtn {
    height: 30px;
    width: 120px;
    background-color: #FFFFFF;
    margin-top: 20px;
    color: #6B6B6B;
    border-radius: 9px;

    font-family: 'Roboto';
    font-style: bold;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    padding: 7px;
}

.playAgainBtn:hover {
    background-color: #08143E;
    color: white;
}

.rules {
    height: 30px;
    width: 80px;
    text-align: center;
    padding: 5px;
    border: 2px solid white;
    border-radius: 10px;
    font-family: 'Roboto';
    font-style: bold;
    font-size: 17px;
    line-height: 25px;
    line-height: 100%;
    letter-spacing: 10%;
    color: white;
}

.rules:hover {
    background-color: #08143E;
}

.score {
    font-family: 'Roboto';
    font-style: bold;
    font-size: 68px;
    line-height: 80px;
    line-height: 100%;

}

.scoreBox {
    height: 110px;
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: white;
    margin-right: 10px;
    border-radius: 9px;
}

span {
    color: #FFFFFF;
    font-size: 13px;
    font-family: 'Roboto';
    font-style: 'regular';
    line-height: 15px;
    line-height: 100%;
    text-align: left;
}


.text {
    font-family: 'Roboto';
    font-style: bold;
    font-size: 17px;
    line-height: 20px;
    line-height: 100%;
}

.text1 {
    width: 90px;
    font-family: 'Roboto';
    font-style: bold;
    font-size: 40px;
    line-height: 47px;
    line-height: 100%;
    text-align: left;
    vertical-align: top;
    letter-spacing: 10%;
    color: white;
    margin-left: 10px;
}

.topBox {
    width: 700px;
    height: 130px;

    margin-left: 250px;
    margin-top: 60px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    border-radius: 13px;
    border: 2px solid white;
}

.tryAgain {
    height: 20px;
    width: 90px;
    color: white;
}

.textPC,
.textYou {
    margin-top: -10px;
    z-index: 1;

}

ul {
    list-style: square;
    color: yellow;
}