#samsungdoc {
    position: absolute;
    top: -420px;
    left: -40px;
    width: 1100px;
}

#samsungwitaj {
    position: absolute;
    width: 1400px;
    left: -165px;
    top: 500px;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#samsungwitaj {
    opacity: 0;
    animation: slideIn 1s ease-out forwards;
}

#showdocs {
    position: absolute;
    width: 900px;
    top: 1700px;
    left: 90px;
}