        #but-test {
            height: 55vh;
        }

        #but-test .contain {
            height: 100%;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        #but-test .contain-button {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #but-test .button {
            cursor: pointer;
            height: 4rem;
            width: 10rem;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.3rem;
            font-family: 'Urbanist', sans-serif;
            font-weight: 600;
            background-color: #d4a78b;
            border-radius: 15px;
            text-decoration: none;
            color: black;
        }