﻿#randompop {
    position: fixed;
    /*right: 5px;*/
    bottom: 5px;
    padding: 15px 15px;
    z-index: 1;
    background-color: lightgray;
    box-shadow: 0 0 12px orange;
    border: 1px solid #ddd;
    color:black;
    font-size:16px;
}
