body{
    
}

img{
    width:50px;
    margin-left: 2vh;
}

a{
    text-decoration: none;
    color: black;
}

.div-container{
    border: 1px solid;
    padding: 10px;
    margin-top: 10px;
    margin-left: 10px;
    width: 100px;
    justify-content: center;
    justify-content: center;
}

.div-document{
    padding: 100px;
    border: 20px solid;
}

.input-date{
    margin-left:85%;
}

textarea{
    width: 50%;
    text-align: left;
    height: 50%;
    text-decoration: none;
}

button{
    width: 100%;
    border-radius: 10px;
    background-color: rgb(255, 0, 0);
    border: none;
    color: white;
    height: 25px;
}

        .brief {
            margin-bottom: 20px;
            position: relative;
        }
        .input1 {
            text-align: right;
        }
        .input2, .input3, .input4, .textarea {
            text-align: left;
            margin-left: 5px;
            width: 50%;
            
        }
        .textarea {
            margin-top: 15px;
        }
        @media print {
            body * {
                visibility: hidden;
            }
            #printSection, #printSection * {
                visibility: visible;
            }
            #printSection {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
            }
            #printSection .input1 {
                position: absolute;
                top: 0;
                right: 0;
                width: 50%;
                text-align: right;
            }
            #printSection .input2, #printSection .input3, #printSection .input4, #printSection .textarea {
                text-align: left;
                margin-left: 5px;
                width: 50%;
            }
        }

        .border{
            border: 2px solid black;
            padding: 10px;  
        }
 
        #moin{
            padding: 100px;
            font-size: 24px;
        }

        .body{
            align-items: center;
            justify-content: center;
            display: flex;
            flex: center;
            margin-top: 35%;
        }