body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-boxs;
    background-color: #000000;
    color: #333;
}
.container {
    margin:0 10%;
    padding-bottom: 5px;
    color: white;
}

img {
    width: 100%;
}
.container .info{
    text-align: center;
    letter-spacing: 1.2px;
    font-size: 1.1rem;
}
h1 {
    color: rgb(0, 123, 255);
    text-shadow: 0 0px 10px rgba(247, 246, 246, 0.7);
    font-size: 2.5rem;
    letter-spacing: 3px;
    text-align: center;   
}
.contact-info {
    text-align: center;
    margin-top: 50px;
}
.contact-info h3{
    color: rgb(0, 123, 255);
    text-shadow: 0 0px 10px rgba(247, 246, 246, 0.7);
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 3px;
}
.contact-info p {
    font-weight: 700;
    margin: 5px 0;
    letter-spacing: 1.5px;
}
.contact-info p a {
    color: #007bff;
    text-decoration: none;
}
.contact-info p a:hover {
    text-decoration: underline;
}
