    @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

    body{
        font-family: 'Open Sans', sans-serif;
        
        margin: 0;
        padding: 0;
    }

    h2{
    

    }

    main{
        width: 100%;
        max-width: 850px;

        margin: 10px auto;
    }

    main section{
        width: 100%;
    }

    main .convert-objects{
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        width: calc(100% - 30px);
        margin-top: 10px;
        padding: 0px 15px 20px 15px;
    }

    main .convert-objects .item{

        display: flex;
        justify-content: center;

        margin-bottom: 20px;
        height: 40px;

    }

    main .convert-objects h2{
        font-weight: 600;
        margin-bottom: 25px;
    }

    main .convert-objects .item input{

        text-align: center;

        border: 1px solid #e1e1e1;

        width: 100%;
    }

    main .convert-objects .item .currency{
        font-size: 17px;
        text-align: center;
        padding: 7px 0px;

        width: 100%;
        max-width: 125px;

        background: #f5f5f5;
        border: 1px solid #e1e1e1;
        border-left: none;
    }

    main .convert-objects .about{
        font-size: 13px;
        text-align: center;
    }
