* {
    margin: 0px;
    padding: 0px;
}

body {
    position: relative;
    background: radial-gradient(circle at top,
            hsl(214, 53%, 44%),
            hsl(237, 49%, 15%));
    padding: 40px 0;
    box-sizing: border-box;
}

h2 {
    margin-top: 10px;
    margin-left: 50px;
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: lighter;
}

p {
    margin-top: 10px;
    margin-left: 60px;
    font-size: 50px;
    color: hsl(239, 26%, 33%);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.line {
    width: 760px;
    height: 150px;
    border-color: white;
    border: 3px solid white;
    margin-left: 400px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 100px;
}

h1 {
    margin-top: 10px;
    margin-left: 20px;
    width: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: whitesmoke;
}

.continer {
    margin-top: 10px;
    display: flex;
    gap: 20px;
    margin-left: 250px;
}

.squre {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    width: 150px;
    background-color: #5292da;
    height: 120px;
    color: white;
    font-size: 0px;
    border-radius: 20px;
}

.choices {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
    margin-left: 20px;
    position: relative;
}

#Rock {
    margin-left: 50px;
}

.triangle {
    position: absolute;
    top: 30%;
    width: 350px;
    height: 350px;
    opacity: 40%;
}

.choice {
    margin-right: 80px;
    position: relative;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background-color: white;
    border: 20px solid rgb(227, 84, 84);

}

img {
    margin-top: 20px;
    margin-left: 20px;
    height: 90px;
    width: 90px;
    object-fit: fill;
    border-radius: 20px;
    cursor: pointer;
}

.align {
    position: absolute;
    top: 150%;
    left: 45%;
}

.s:hover {
    box-shadow: 4px 6px 8px black;
}

.p:hover {
    box-shadow: 4px 6px 8px black;
}

.r:hover {
    box-shadow: 4px 6px 8px black;
}

.score-board {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    margin-top: 30px;
    gap: 5rem;
}

.msg-container {
    margin-top: 235px;
    height: 120px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: "Raleway", sans-serif;
}


#msg {
    margin-top: 50px;
    background-color: #081b31;
    color: white;
    width: 300px;
    font-size: 50px;
    padding: 1rem;
    border-radius: 1rem;
}

@media screen and (min-width: 320px) and (max-width: 780px) {
    * {
        margin: 0px;
        padding: 0px;
        font-size: 50px;
    }

    body {
        position: relative;
        background: radial-gradient(circle at top,
                hsl(214, 53%, 44%),
                hsl(237, 49%, 15%));
        width: auto;
        height: auto;
        box-sizing: border-box;
    }

    .line {
        width: 760px;
        height: 250px;
        border-color: white;
        border: 3px solid white;
        margin-left: 20px;
        border-radius: 20px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 100px;
        margin-top: 50px;
    }

    h1 {
        margin-top: 10px;
        margin-left: 20px;
        width: 20px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: whitesmoke;
        font-size: 60px;
    }

    h2 {
        width: 10px;
        margin-top: 10px;
        margin-left: 50px;
        font-size: 40px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: lighter;
    }

    .continer {
        margin-top: 50px;
        font-size: 60px;
        flex-wrap: wrap;
        display: flex;
        gap: 10px;
        margin-left: 150px;

    }

    p {
        margin-top: 10px;
        margin-left: 73px;
        font-size: 60px;
        color: hsl(239, 26%, 33%);
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    .squre {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        width: 210px;
        margin-top: 20px;
        font-size: 300px;
        background-color: #5292da;
        height: 150px;
        color: white;
        border-radius: 20px;
    }

    .msg-container {
        width: 800px;
        margin-top: 500px;
        height: 150px;
        text-align: center;
    }

    #msg {
        font-family: "Raleway", sans-serif;
        font-size: 60px;
        width: 300px;
        height: 50px;
        margin-top: 300px;
        background-color: #081b31;
    }

    .choices {
        display: flex;
        width: 700px;
        flex-direction: row;
    }

    #Paper {
        margin-right: 450px;
        margin-top: 50px;
    }

    #Rock {
        position: absolute;
        left: 75%;
        top: 20%;
    }

    .triangle {
        position: absolute;
        top: 40%;
        left: 10%;
        width: 600px;
        height: 600px;
        opacity: 40%;
    }

    .align {
        position: absolute;
        top: 250%;
        left: 45%;
    }

    .choice {
        margin-right: 80px;
        position: relative;
        height: 130px;
        width: 130px;
        border-radius: 50%;
        background-color: white;
        border: 30px solid rgb(227, 84, 84);

    }
}