body {
    background-color:purple;
    color:black;
    background-image:url('https://akdagmadeniataturkiho.meb.k12.tr/meb_iys_dosyalar/66/02/714227/resimler/2020_12/k_28132616_k_27215708_Pomodoro-TekniYi-Nedir_-Muhendistan-800x400.jpg');
    background-repeat: no-repeat;
    background: cover;    
    background-attachment: fixed;
    background-size:100% 100%; 
}
#img1{
    position: absolute;
}
#img2{
    position: static;
    float: right;
}
.container{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(6rem,auto));
    grid-template-rows: 450px;
    justify-content:center;
    /* min-width: 90%; */
    align-items:center;
    position:relative;
    margin-left: 28px;
    margin-top: 70px;
    font-size:8rem;
    color:rgb(141, 168, 21);
}
.buton {
    display:flex;
    margin-top: -70px;
    justify-content:center;
    align-items:center;
    position:relative;
    width:100%;
    height:100%;
}
h1{
    margin-top: 0;
    text-align:center;
    letter-spacing:10px;
    color: black;
    font-size: 4rem;
    font-weight:900;
    font-family: 'Syne Mono', monospace;
}
.pomodoro{
    /* display:flex; */
    margin-top: -50px;
    justify-content:center;
    align-items:center;
    font-size:3rem;
    text-align:center;
    position:relative;
    font-family: 'Syne Mono', monospace;
    font-weight: bold;
} 
button{
    margin-top: -70px;
    margin-bottom: 0px;
    height:6rem;
    min-width:12%;
    letter-spacing: 3px;
    color: black;
    background-color:rgb(141, 168, 21);
    border: 1px solid rgb(141, 168, 21);
    border-radius: 30px;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: Georgia, serif;
    margin-left: 28px;
}


#footer {
    display: flex;
    color:black;
    justify-content: center;
    align-items: end;
    margin-top:5%;
    margin-bottom: -10px;
    /* padding: 1rem; */
    font-size: 1.5rem;
    font-weight: bold;
}
small {
    font-size:10px;
}