body {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
}
@media only screen and (min-device-width: 480px) {
#ip-address {
    color: white;
    font-size: 88px;
}
}
@media only screen and (max-device-width: 480px) {
#ip-address {
    color: white;
    font-size: 44px;
}
    }