.tuvalboyutu{
    width: 50%;
    height: auto;
    margin: 0 auto;   
}

.tuvalboyutu input{
    text-align: center;
}

.tuvalboyutu small{
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.tuvalboyutu button{
    margin: 0 auto;
    width: max-content;
    background: var(--brand);
    border: none;
    color: white;
    margin-top: 10px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tuvalinkendisi{
    width: 100%;
    height: 410px;
    border: 2px solid var(--brand);
    border-radius: 10px;
    background: black;
}