        *:focus {
            outline: none;
        }

        form {
            z-index: 4;
        }
        
        .heading {
            text-transform: uppercase;
            color: #6D5A52;
        }
        
        .text-input {
            border: none;
            border: 1px solid #BCA79D;
            width: 100%;
            background-color: transparent;
            height: 30px;
            font-family: inherit;
            display: block;
            padding: 10px;
        }
        
        textarea:focus, input:focus {
            outline: none;
            border: 1px solid #B27174;
            background-color: #F9F6F5;
        }
        
        .timeline {
            width: 30%;
            display: inline-block;
        }
        
        textarea {  
            overflow: hidden;
            width: 100%;
            height: 200px;
            border: 1px solid #BCA79D;
            font-family: inherit;
            padding: 10px;
        }
        
        button {
            float: right;
            z-index: 30;
        }
        
        .img {
            height: 100px;
        }
        
        small {
            color: #D83C43;
        }
        
        .error .text-input {
            border: 1px solid #D83C43;
        }