#container {
    width: 100%;
    position: relative;
    text-align: center;
}

#theOne {
    width: 95%;
    outline-style: none;
}

.imp-text0 {
    color: black;
    font-size: 100%;
    font-family: "arial";
    #text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.imp-text {
    color: #2780e3;
    font-size: 120%;
    font-family: "arial";
    #text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.imp-text2 {
    color: #2780e3;
    font-size: 140%;
    font-family: "arial";
    #text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.imp-text3 {
    color: #2780e3;
    font-size: 160%;
    font-family: "arial";
    #text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.imp-text4 {
    color: #2780e3;
    font-size: 180%;
    font-family: "arial";
    #text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.imp-box {
    border-width: 5px;
    border-style: solid;
    border-color: green;
}

.imp-subtitle {
    color: #2780e3;
    font-size: 250%;
    font-family: "arial";
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.url-highlight {
    opacity: 0.80 !important;
}

.url-highlight:hover {
    opacity: 1 !important;
    cursor: pointer;
}
