* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Arial, sans-serif;
    background: url('img/background.png') no-repeat center center fixed;
    background-size: cover;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.logo img {
    width: 160px; /* Adjust as needed */

    align-content: center;
}

.logos img {
    width: 350px; /* Adjust as needed */

    align-content: center;
}

.social-icons img {
    width: 40px; /* Adjust as needed */
    margin-left: 10px;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*flex-grow: 1;*/
}

.listen-live button {
    width: 300px;
    background-color: transparent;
    color: #faf8f8;
    padding: 20px 20px;
    font-size: 22px;
    border: none;
    cursor: pointer;
}



.button img {
    width: 100%; /* Adjust size as needed */
    height: auto;
}

.button p {
    height: auto;
    color: #444;
    padding-bottom: 15px;
}

.listen-live button:active {
    transform: scale(0.98);
}



.contact-info {
   /* background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;*/
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.contact-container {
    width: auto;
    height: auto;
    /*border: 2px solid rgb(0, 0, 0);*/
    border-radius: 15px;
    background-color: transparent;
    opacity: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*color: white;*/
    text-align: left;
}

.contact-content {
    display: flex;
    align-items: center;
}

.phone-icon {
    font-size: 24px;
    margin-right: 10px;
}

.text-content {
    display: flex;
    flex-direction: column;
}

.contact-text {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.phone-number {
    font-size: 28px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

footer {
    text-align: center;
    color: #ffffff;
}
