h1{
    color: white;
    border-bottom: 10px;
    border-bottom-color: black;
    border-bottom-style: double;
    border-top-width: 10px;
    border-top-color: black;
    border-top-style: double;
    font-size: xx-large;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
} 

h2{
    color: white;
    font-size: larger;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h3{
    color: white;
    font-size: larger;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

p{
    color: white;
    font-size: medium;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h4{
    color: white;
    font-size: x-large;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

a{
    color: lightskyblue;
    font-size: x-large;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.text{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 40px;
}

.phonetext{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 40px;
    visibility: collapse;
}

@media only screen and {max-width: 414px;}{
    

    .text{
        visibility: collapse;
    }

    .phonetext{
        visibility: visible;
    }
}