body{
    /* background-color: #262626 !important; */
}
/* .mdot {
    width: 105px;
    height: 45px;
    text-decoration: 1px underline !important; 
    color: whitesmoke;
    background-color: orangered ;
    border: solid 4px whitesmoke ;   
    border-radius: 1px;
    box-shadow:  whitesmoke 0px 6px !important;
}
.mdot:hover {
  text-decoration: none;
}
.mdot:active {
    /* width: 110px;
    height: 50px; 
    box-shadow: 0px 5px #dbd5d5;
    transform: translateY(4px);
} */
.container {
    width: 1100px;
    height: 400px;
    /* background-color:#DADAE3; */
    /* background-image: linear-gradient(to right,rgb( 120, 120, 125),(218,218,227)); */
    margin: 0 auto;
    margin-top: 0px;
}
.rectc{
    border: 15px double whitesmoke;
    border-radius:25px;
}
.rect{
    width: 400px;
    height: 220px;
    /* border: double 1em transparent ; */
    border: 20px double whitesmoke;
    /* outline: 10px double orangered; */
    /* outline-offset: 5px; */
    /* background-image: linear-gradient(190deg, grey, black),
                      linear-gradient(to right, purple, orange) ;
    background-origin: border-box;
    background-clip: content-box, border-box; */
    border-radius: 50px;
    text-align: center;
}
h1{
     color: whitesmoke;
    float: left;
    font-size: 90px;
    /* text-decoration: underline; */
    font: 800 35px 'LmMilk';
    padding-left: 10%;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2.4px;
}
h2{
    color: whitesmoke;
    float: left;
    font-size: 90px;
font: 800 40px Arial;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px;
}
p{
    color: whitesmoke;
    /* background: -webkit-linear-gradient(#01fe9c, #fb04c5); */
    /* -webkit-background-clip: text; */
    /*font: 150% Arial;
  -webkit-text-fill-color: linear-gradient(#01fe9c, #fb04c5);
  -webkit-text-stroke: 4.5px; */
   font-size: 90px;
font: 800 130% 'Monts';
  /* -webkit-text-fill-color: whitesmoke; */
  /* -webkit-text-stroke: 1.75px; */
  /* -webkit-text-stroke-color: orangered; */
}
.imgik {
    border: solid 10px;
    width: 250px;
    height: 300px;
    background-color: rgb(14, 14, 14);
    border: 20px double whitesmoke;
    border-radius: 50px;
    /* border-width: 25px; */
}
.imgik :hover{
   border: 100px;
}
img :hover{
    background-image:url(../images/WIN_20240927_12_37_05_Pro.jpg);
}
/* flex*/
.container {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: center;
    justify-content: space-around;
    /* justify-self: flex-end;   */
    /* justify-items: flex-end; 
    /*gap: 20px;*/
    /*align-self: center;*/

}

.containerbutton{
    margin-top: 40px;
    margin: 40px;
    /* float: left; */
    display: grid;
    /* background-image: linear-gradient(#E4F279,#594F1C); */
    grid-template-columns: repeat(2, 0.3fr 0.3fr);
    /* grid-template-rows: repeat(6,1fr ); */
    grid-column-gap: 0px;
    grid-row-gap: 20px; 
    padding: 10px 10px 10px 0px;
    place-items: right;
    justify-items: left;
    /* border: 2px solid orangered;
    border-radius: 25px; */
}
.projectcontainer{
    display: grid;
    grid-template-columns: repeat(2, 0.2fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 100px;
    grid-row-gap: 20px;
    align-items: center;
    /* justify-content: center; */
    margin-left: 10%;
}
.beton {
    list-style-type: none;
    text-decoration: none;
    color: whitesmoke;
    /* float: left; */
    background-color: whitesmoke;
    /* margin: 100px 0px 0px 100px; */
    width: 115px;
    height: 55px;
    /* border-radius: 50px; 
    box-shadow: red 0px 5px;   */
    background-color: orangered ;
    border: double 3px whitesmoke ;   
    border-radius: 1px;
    outline: 4px double red;
    outline-offset: 0.5px;
   -moz-outline-radius: 10px ;
    /* box-shadow: whitesmoke 6px 6px; */
    box-shadow: whitesmoke 0px 8px;
    text-align: center;
    /* grid-row-start:0 ;
    grid-row-end:0;
    grid-column-start:0;
    grid-column-end: 0; */
    /* margin: auto ;  */
     /* align-self: center;
    justify-self: center;  */
    /* place-self: center; */
    /* font: 800 20px Arial;
  -webkit-text-fill-color: whitesmoke;
  -webkit-text-stroke: 1.5px; */
    display: flex;
    justify-content: center;  /* Centers horizontally */
    align-items: center;      /* Centers vertically */
}
.beton:hover{
    text-decoration: underline;
}
.beton:active {
    box-shadow: 0px 8px whitesmoke;
    transform: translateY(4px);
}


@media only screen and (max-width: 451px){
    .container{
    width: 299px;
    height: 500px;
    flex-direction: column;
    }
    .imgik{
        width: 12em;
        height: 12em;
    }
    .rect{
        width: 14em;
        height: 12em;
    }
    .containerbutton{
    grid-template-rows: repeat(2, 0.3fr 0.3fr);
    grid-template-columns: repeat(2,9fr);
    }
    h1{
        font-size: 70%;
  -webkit-text-stroke: 0.6px;
    }
    p{
        font-size: 90%;
    }
}
