body{
    background: linear-gradient(135deg, #000000, #1a002b);
    color:white;
    font-family:Arial;
    text-align:center;
    margin-top:50px;
}

h1{
    margin-bottom:40px;
}

#morse,
#text{
    width:400px;
    min-height:50px;
    margin:20px auto;
    padding:15px;
    border:2px solid white;
    font: size 30px;
}

#gif{
    position: fixed;
    left: 20px;
    top: 50%;
    width: 300px;
}