
    	body { 
            margin: 0;
            background: linear-gradient(#7693B3, #6D89A7,  #0C1122);
            /* background-color: #7693B3; #637C98*/
            /* rgb(70, 6, 51); */
            font-family:'Montserrat', sans-serif;
            height: 98vh;
        }

        h1{
            text-align: center;
            color: white;
            padding-bottom: 30px;
        }

    	canvas { 
            /* border-radius: 2%; */
            display: block; 
            margin: 0 auto;

            width: 900px;
            height: 590px;
            /* width: 100vh; */
            /* height: 100vw; */
            
            object-fit: contain; 
            
        }


        #text {
            display: block; 
            margin: 0 auto;
            text-align: center;
            color: #0C1122;
            width: 700px;
            padding: 5px;
        }

        footer{
            color: rgb(73, 73, 73);
            text-align: right;
            
        }

        a {
            color: rgb(81, 70, 81);
            margin: 0;
        }
        
        img {
            width:300px;
            opacity: 40%;
        }

        #score {
            /* position: fixed; */
            /* padding-top: 10px; */
            color: rgb(197, 197, 197);
            text-align: center;
            /* font-size: 14px; */
            background-color: #0C1122;
            
            width: 880px;
            margin: 0 auto;
            display: block;
            align-items: center;
            /* border-bottom-left-radius : 20%;
            border-bottom-right-radius: 20%; */
            padding: 10px;

        }

        #heartScore {
            color: rgb(253, 228, 250);
            text-align: center;
            background-color: #0C1122;
            
            width: 880px;
            margin: 0 auto;
            display: block;
            align-items: center;
            /* border-bottom-left-radius : 20%;
            border-bottom-right-radius: 20%; */
            padding: 10px;

        }


        .loser {
            position: absolute;
            color: rgb(107, 10, 65);
            font-size: 200px;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            top: 0;
            bottom : 0;
            left: 0;
            right: 0;
            display: none;
        }

        .loser2 {
            position: absolute;
            color: rgb(235, 235, 235);
            font-size: 120px;
            font-weight: 400;
            display: flex;

            text-align: center;
            align-items: center;
            justify-content: center;

            top: 0;
            bottom : 0;
            left: 0;
            right: 0;
            display: none;
        }

        .winner {
            position: absolute;
            color: rgb(107, 10, 65);
            font-size: 200px;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            top: 0;
            bottom : 0;
            left: 0;
            right: 0;
            display: none;
        }

        .winner2 {
            position: absolute;
            color: rgb(235, 235, 235);
            font-size: 120px;
            font-weight: 400;
            display: flex;

            text-align: center;
            align-items: center;
            justify-content: center;

            top: 0;
            bottom : 0;
            left: 0;
            right: 0;
            display: none;
        }