* {
    text-decoration: none;
    
}
body {
background-color: rgb(10, 13, 15);
}
.container {
    margin-bottom: 5vh;
}
.link {
    font-size: 17px;
}
.covid {
    color: red;
}
.covid:hover {
    color: tomato;
}

  footer{
    background: #212244e7;
    padding: 90px 0;
    }
    
    .footer-container{
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
    }
    
    .logo{
    width: 180px;
    }
    
    .social-media{
    margin: 20px 0;
    }
    
    .social-media a{
    color: #000000;
    margin-right: 25px;
    font-size: 22px;
    text-decoration: none;
    transition: .3s linear;
    }
    
    .social-media a:hover{
    color: #fc5c65;
    }
    
    .right-col h1{
    font-size: 26px;
    }
    
    .border{
    width: 100px;
    height: 4px;
    background: #fc5c65;
    }
    
    .newsletter-form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    }
    
    .txtb{
    flex: 1;
    padding: 18px 40px;
    font-size: 16px;
    color: #293043;
    background: #ddd;
    border: none;
    font-weight: 700;
    outline: none;
    border-radius: 30px;
    min-width: 260px;
    }
    
    .btn{
    padding: 18px 40px;
    font-size: 16px;
    color: #f1f1f1;
    background: #fc5c65;
    border: none;
    font-weight: 700;
    outline: none;
    border-radius: 30px;
    margin-left: 20px;
    cursor: pointer;
    transition: opacity .3s linear;
    }
    
    .btn:hover{
    opacity: .7;
    }
    .text-nebo {
        color: ivory;
        margin-top: 30px;
    }
    .fon {
        background: rgb(255, 255, 255);
        border: 1px solid white;
        padding: 40px;
        border-radius: 5px;
        color: rgb(0, 0, 0);
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .page-content{
    min-height: 100vh;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    
    @media screen and (max-width:960px) {
    .footer-container{
    max-width: 600px;
    }
    .right-col{
    width: 100%;
    margin-bottom: 60px;
    }
    
    .left-col{
    width: 100%;
    text-align: center;
    }
    }
    .color-menu {
        color: black;
    }
    
    @media screen and (max-width:700px){
    .btn{
    margin: 0;
    width: 100%;
    margin-top: 20px;
    }
    }
    .pressing {
        min-height: 100vh;
        font-size: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        }
        .example {
            border: 1px solid white;
            padding: 100px;
            border-radius: 7px;
            background-color: rgb(22, 23, 66);
        }
        .h1 {
            color: white;
    margin-bottom: 5vh;
        }
        @import url(https://fonts.googleapis.com/css?family=Montserrat);
svg {
display: block;
font: 10.5em 'Montserrat';
width: 960px;
height: 300px;
margin: 0 auto;
}
.middle {
padding-bottom: 50px;
}
.text-copy {
fill: none;
stroke: white;
stroke-dasharray: 6% 29%;
stroke-width: 5px;
stroke-dashoffset: 0%;
animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1){
stroke: #4D163D;
animation-delay: -1;
}

.text-copy:nth-child(2){
stroke: #840037;
animation-delay: -2s;
}

.text-copy:nth-child(3){
stroke: #BD0034;
animation-delay: -3s;
}

.text-copy:nth-child(4){
stroke: #BD0034;
animation-delay: -4s;
}

.text-copy:nth-child(5){
stroke: #FDB731;
animation-delay: -5s;
}

@keyframes stroke-offset{
100% {stroke-dashoffset: -35%;}
}
@media (max-width:956px) {
    svg {
        font: 10.5em 'Montserrat';
        padding-right: 50vh;
    }
}
@media (max-width:990px) {
    svg {
        font: 10.5em 'Montserrat';
        padding-right: 70vh;
    }
}
@media (max-width:767px) {
    svg {
        font: 10.5em 'Montserrat';
        padding-right: 80vh;
    }
}
@media (max-width:1199px) {
    svg {
        font: 10.5em 'Montserrat';
        padding-right: 30vh;
    }
}
@media (max-width:375px) {
  svg {
    font: 10.5em 'Montserrat';
    width: 600px;
  }
}
@media (max-width:320px) {
    svg {
      font: 10.5em 'Montserrat';
      width: 450px;
    }
  }
  @media (max-width:240px) {
    svg {
      font: 10.5em 'Montserrat';
      width: 400px;
    }
  }
  @media (max-width:768px) {
    svg {
      font: 10.5em 'Montserrat';
      width: 1000px;
    }
  }