
body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 20px;
}

a {
    display: block;
    text-align: center;
    font-size: 11px;
    color: #007BFF;
    text-decoration: underline;
    text-transform: uppercase;
}

h1 {
    color: #222;
    text-align: center;
    margin-bottom: 10px;
}

p {
    text-align: center;
    color: #555;
    font-style: italic;
}

h2, h3 {
    color: #333;
    text-align: center;
}

.Wireframes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 75%;
    max-width: 1300px;
    margin: 0 auto;
}

.WebWireframes, .MobileWireframes {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    width: 100%;
}

.WebWireframes img, .MobileWireframes img {
    display: flex;
    align-items: row;
    justify-content: center;
    width: 25%;
    height: auto;
}