﻿.page {
    margin-bottom: 3rem;
}

.homepage-subtitle {
    margin-top: 2rem;
}

.header-text-container {
    width: 65%;
    display: flex;
    flex-direction: column;
}

button {
    background-color: #0057FF;
    color: white;
    justify-content: center;
    padding: 0.5rem 1rem;
    border: 2px solid white;
    border-radius: 4px;
    font-weight: bold;
}

button:hover {
    background-color: #ff9300;
}

.home-btn {
    align-self: center;
    background-color: #ff9300;
    margin-top: 1rem;
}

.home-btn:hover {
    background-color: #dd7100;
    color: white;
}

mosaic-component {
    flex-grow: 1;
}

.mosaic-line {
    display: flex;
    flex-direction: row;
}

@media (max-width: 768px) {
    .page {
        margin-bottom: 2rem;
    }

    .homepage-subtitle {
        margin-top: 0;
    }
}