#phone-background{
    background: url('/resources/images/phoneBackground.webp') no-repeat center center/cover;
}

.phone-example {
    height: 540px;
}

.announcement-example {
    width: 25%;
}

.qualities-logo {
    width: 25px;
}

.website-qualities {
    display: flex;
}

h2 {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif, serif;
    font-size: 47px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.5px;
    word-spacing: 0;
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
}

ul {
    list-style-type: none;
}

li {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}