body {
    background-color: rgb(26, 26, 26);
    margin-right: 15%;
    margin-left: 15%;
    text-align: center;
    font-family:'Courier New', Courier, monospace;
    background-image: url(https://wallpapercrafter.com/sizes/2560x1440/86976-dots-simple-background-abstract-hd-4k-dark-black-dribbble-oled.jpg);
    background-repeat:repeat;
}

p { 
    line-height: 20px;
    padding: 5px;
    border-radius: 30px;
    color:aliceblue;
    font-size: 13px

   
}