﻿*{
    padding: 0;
    margin: 0;
    font-family:sans-serif;

}

body2{
    background: #000;
}

.container2{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.container2 span{
    color: white;
    text-transform: uppercase;
    display: block;
}

.text1{
    font-family: 'Lucida Handwriting', sans-serif;
    color:black;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom:20px
    background: white;
    position: relative;
  animation: text 3s 1;
}

.text2 {
    font-family: 'Monotype Corsiva', cursive;
    color: black
           font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom:20px
                  background: black;
    position: relative;
    animation: text 3s 1;
}

.text3 {
    font-family: 'Monotype Corsiva', cursive;
    color: black font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px background: black;
    position: relative;
    animation: text 40s 5;
}

.text4 {
    font-family: 'Poor Richard', serif;
    color: black font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px background: black;
    position: relative;
    animation: text 2s 1;
}


@keyframes text{
    0%{
        color: black;
        margin-bottom: -40px;
    }
    30%{
        letter-spacing: 25px;
        margin-bottom:  -40px;
    }
    85%{
        letter-spacing: 8px;
        margin-bottom: -40px;
    }

}
