body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
*{
    margin: 0;
    padding: 0;
}
#background1 {
    background-color: lightcoral;
}
#logo {
    text-shadow: 2px 2px 0px red, 3px 3px 0px red;
    color: darkred;
    font-size: xx-large;
    text-align: center;
    padding: 5px;
}
header{
    background-color: rgb(176, 55, 55);
}
#nav {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
header nav li {
    display: inline-block;
}
header nav a {
    display: block;
    color: rgb(0, 0, 0);
    padding: 20px;
    text-decoration: none;
}
header nav :hover {
    color: rgb(255, 255, 255);
}
.flex-container{
    text-align: center;
    display: flex;
    justify-content: space-between;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.align-center {
    align-items: center;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 50px;
}

.grid-item {
    padding: 20px;
    margin: 30px;
    height: 250px;
    font-size: 24px;
    text-align: center;
    color:white;
}
.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px 1px rgb(15, 26, 112);
    border-color: rgb(98, 116, 255);
    border-style: ridge;
  }
main {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
footer {
    background-color: rgb(176, 55, 55);
    padding-bottom: 1px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.icon-container {
    display: flex;
    justify-content: center;
}
  
.icon {
    display: inline-block;
    padding: 20px;
    transition: filter 0.3s ease-in-out;
    color: black;
    font-size: 30px;
 }
  
.icon:hover {
    filter: brightness(0.7);
}
  
.footer_actions {
    background-color: rgb(176, 55, 55);
    padding: 20px;
}
  
.footer_actions_columns {
    display: flex;
    justify-content: center;
}
  
.footer_actions ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 20px;
}
  
.footer_actions li {
    margin-bottom: 10px;
    padding: 10px;
    background-color: transparent;
}
  
.footer_actions li:hover {
    background-color: transparent;
}
  
.footer_actions a {
    color: lightcoral;
    text-decoration: none;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, text-shadow 0.3s ease;
}

.footer_actions a:hover {
    text-shadow: 2px 2px 0px red, 3px 3px 0px red;
}
#copyright {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: lightcoral;
    font-size: x-large;
}
#text1 {
    color: white;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    text-decoration: none;
}
#imglu :hover {
    border-radius: 1rem;
    box-shadow: 0px 0px 20px 2px rgb(155, 0, 0);
    border-color: rgb(220, 79, 79);
    border-style: ridge;
}
#actab img {
    width: 15cm;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px 1px rgb(15, 26, 112);
    border-color: rgb(98, 116, 255);
    border-style: ridge;
    margin: 3rem;
}
#actab1 {
    width: 15cm;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px 1px rgb(15, 26, 112);
    border-color: rgb(98, 116, 255);
    border-style: ridge;
    margin: 3rem;
}
#actab2 {
    width: 15cm;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px 1px rgb(15, 26, 112);
    border-color: rgb(98, 116, 255);
    border-style: ridge;
    margin: 3rem;
    margin-top: 10rem;
}
#actabinf {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 3rem;
    padding-right: 3rem;
}
.flex-container{
    text-align: center;
    display: flex;
    justify-content: space-between;
    font-family: Arial, Helvetica, sans-serif;
}
#a1 {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 90px;
    font-size: xxx-large;
    padding: 30px;
}
#a1-1 {
    color: rgb(0, 0, 0)
}
#a1-2 {
    color: white;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}