* {
    margin: 0;
    padding: 0;
}

.finsweet {
    background-color: rgb(35, 34, 34);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.logo {
    font-size: 27px;
}

.a1 {
    text-decoration: none;
    color: white;
    margin-right: 20px;
}

.a2 {
    text-decoration: none;
    margin-left: 20px;
    margin-right: 50px;
    border: 1px solid;
    color: rgb(35, 34, 34);
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.zagalovok {
text-align: center;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-style: normal;
font-weight: 900;
background-color: #F4F0F8;
padding-top: 80px;
padding-bottom: 80px;
}
.zagalovok p{
    font-weight: 100;
    font-size: 11px;
    padding-top: 5px;
    color: #4C4C4C;
}
.inform{
 margin-left: 336px;
 margin-right: 336px;
 margin-top: 128px;
 margin-bottom: 128px;
}
.inform h1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 32px;
    font-weight: 900;
    font-size: 40px;
}
.inform h2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 24px;
    margin-top: 24px;
    font-weight: 900;
    font-size: 30px;
}
.inform p{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #4C4C4C;
}
.footer{
    background-color: rgb(35, 34, 34);
    color: white;
    height: 60px;
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.footer1{
    background-color: rgb(35, 34, 34);
    color: white;
    height: 200px;
    padding-left: 50px;
    padding-right: 50px;
}
.footer2{
    padding-top: 80px;
    display: flex;
    justify-content: space-around;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: rgb(69, 67, 67);
   height: 120px;
}
.email{
    background-color: rgb(69, 67, 67);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 50px;
    margin-left: 10px;
}
.subscribe{
    text-decoration: none;
    color: black;
    border: 1px solid;
    color: #FFD050;
    background-color: #FFD050;
    -webkit-text-fill-color: black;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 900;
}
.footer3{
    background-color: rgb(35, 34, 34);
    color: white;
    height: 70px;
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
}
.insta{
    padding-left: 20px;
    padding-right: 20px;
    }
.twit{
     padding-left: 20px;
 }