.contact{
    display: flex;
    flex-direction: column;
    background-color: rgb(54, 70, 97);
    height: 100%;
}
.contact-det{
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}
body{
    background-color: rgb(44, 54, 80);
}
h1{
    color: #f2f1f1;
    font-size: 3em;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(189, 189, 189, 0.6);
    text-align: left;
}
h2{
    color: #f2f1f1;
    text-align: center;
}

p{
    color: #f2f1f1;
    font-size: 1.2em;
    text-align: center;
    margin: 10px 0;
}
.contacts{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 20px;
    color: #f2f1f1;
}
.contacts i{
    font-size: 1.5em;
    margin-top: -2px;
    color: #f2f1f1;
}