@media screen and (min-width: 1px) and (max-width: 1001px){
    .register_button{
        border-radius: 20px;
        color: #fff;
        background-color: #198754;
        text-align: center;
        padding: 2% 10%;
        font-size: 125%;
    }
    .register_button_tournament{
        border-radius: 10px;
        margin-top: -2%;
        color: #fff;
        background-color: #198754;
        text-align: center;
        padding: 1% 5%;
        font-size: 125%;
    }
    .error{
        color: Red;
        font-size: 175%;
    }
    .input{
        resize: none;
        touch-action: none;
        border-radius: 10px;
        margin-bottom: 1.5%;
        height: 50%;
        padding-top: 2%;
        padding-left: 1%;
        padding-bottom: 2%;
        width: 100%;
        padding-right: 1%;
        font-size: 140%;
    }
    .my_container{
        width: 96%;
        margin: 0 auto;
        font-size: 125%;
    }
}
@media screen and (min-width: 1001px) and (max-width: 6000px){
    .register_button{
        background-color: #198754;
        border-radius: 10px;
        color: #fff;
        width: 15%;
        height: 40px;
    }
    .register_button_tournament{
        background-color: #198754;
        border-radius: 10px;
        color: #fff;
        width: 15%;
        height: 40px;
    }
    .input{
        resize: none;
        touch-action: none;
        border-radius: 10px;
        margin-bottom: 1%;
        height: 20%;
        padding-top: 1%;
        padding-left: 1%;
        padding-right: 1%;
        padding-bottom: 1%;
        width: 100%;
        font-size: 125%;
    }
    .error{
        color: Red;
        font-size: 175%;
    }
    .my_container{
        width: 80%;
        margin: 0 auto;
    }
}
header{
    position: sticky;
    padding: 2%;
    top: 0;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.15);
        box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

.tournamentheader{
    top: -40px;
    position: relative;
    text-align: right;
}


a {
    text-decoration: none;
    font-size: 125%;
    color: #444345;
}
a:hover {
    color: #000;
    text-decoration: underline;
}

.mail{
    font-size: 125%;
}

.delete{
    display: none;
}

