.roblox{
    width: 50%;
    background-color: skyblue;
    text-align: end;
    font-size: 20px;
    
}
p{
    background-color: black;
    color: rgb(225, 255, 0);
    padding: 2px;
}
body{
    background-color: rgb(0, 23, 70);
}