html {
    box-sizing: border-box;
}

body {
    background: url('/web/images/gradient-brick-background.png') no-repeat fixed;
    background-size: cover;
}

.width100 {
    width: 100%;
}

.textCenter {
    text-align: center;
}

.cityLink {
    color: whitesmoke;
    text-decoration: none !important;
    text-underline: none !important;
}

.cityLink:hover {
    color: #F83A3C;
    text-decoration: none !important;
    text-underline: none !important;
}

.cityLink:hover > img {
    border-radius: 35px;
    border: 5px solid #F83A3C;
}