p, h1, h2{
    color: White;
    font-size: x-large;
}
li{
    color: white;
    text-align: center;
    list-style-position: inside; /* This places the bullet points inside the list items */
    font-size: x-large;
}
body{
    text-align: center;
}
ul{
    display: inline-block;
    text-align: left;
}
.devices{
    max-width: 250px;
}