/* Location Info Stylings */
#location_info {
    padding: 5px;
    margin-left: 215px;
    margin-top: 10px;
    background-color: rgb(138, 59, 138);
    height: 700px;
    overflow: hidden;
}
#location_info h1 {
    color: white;
    margin-left: 20px;
    font-family: 'Amatic SC', cursive;
    font-size: 70px;
    margin-bottom: 10px;
    width: 500px;
}
#location_info iframe {
    margin-left: 50px;
}
#location_info p {
    margin-left: 50px;
    font-weight: bold;
    width: 300px;
}
