/*body {
position: relative;
width: 1440px;
height: 1024px;
background: #2C2C2C;
}

h1 {
position: absolute;
width: 514px;
height: 60px;
left: 483px;
top: 144px;

font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 60px;
}
.you {
    position: absolute;
    width: 513px;
    height: 71px;
    left: 482px;
    top: 293px;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    

}
#rock {
    display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 6px 10px;
gap: 10px;

position: absolute;
width: 89px;
height: 60px;
left: 482px;
top: 364px;
}
*/