


body {
    background-color: #505050;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110vh;
    flex-direction: column;
    gap: 14px;
}

.ones{

    display: flex;
    width: 100%;
    height: 100%;
    flex-direction:row;
    justify-content:space-around;
    align-items: center;

}



.twos{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction:row;
    justify-content:space-around;
    align-items: center;
    
}
.tree{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction:row;
    justify-content:space-around;
    align-items: center;
}

.t1{

    width: 30%;
    height: 70%;

    border-radius: 60px;
    background-color: #383838;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    font-family: 'Oswald'; 
    font-size: 2vh;
    color: rgb(255, 255, 255);
    text-align: center;
}
.t2{

    width: 30%;
    height: 70%;

    border-radius: 60px;
    background-color: #383838;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    font-family: 'Oswald'; 
    font-size: 2vh;
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    top: -30px;
}


.tit{
    font-weight: 600;
    font-style:'Advent Pro';
    font-size: 50px;
    letter-spacing: 1.5px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 40px;
}

.t1:hover{
    transform: scale(1.01,1.01);
}


.ob{

    display: flex;

    flex-direction: column;
     
    width: 100%;
    height: 700px;
    justify-content: space-around;
    align-items:center;
    margin: 0;

}








@media (min-width: 1025px) {
	#but1 {
    z-index: 3;
    width: 350px;
    height: 5%;
    outline:none;
    border: none;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    color: rgba(52, 52, 52, 0.905);
    font-weight: 700;
    font-style:inherit;
    font-size: 20px;
    letter-spacing: 1.5px;
    box-shadow: 0px 0px 9px #ffffff;
    position: relative;
    border: 3px solid rgb(188, 188, 188); 
	}
}

@media (max-width: 1025px) {
	#but1 {
    z-index: 3;
    width: 350px;
    height: 20%;
    outline:none;
    border: none;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    color: rgba(52, 52, 52, 0.905);
    font-weight: 700;
    font-style:inherit;
    font-size: 20px;
    letter-spacing: 1.5px;
    box-shadow: 0px 0px 9px #ffffff;
    position: relative;
    border: 3px solid rgb(188, 188, 188); 
	}
}




#but3 {

    width: 400px;
    height: 65px;
    outline:none;
    border: none;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    color: rgb(63, 63, 63);
    font-weight: 700;
    font-style:inherit;
    font-size: 20px;
    letter-spacing: 1.5px;
    box-shadow: 3px 8px 9px #383838;
    box-shadow: none;
    z-index: 2;
    position: relative;
    bottom: 155px;
    left: 2px;
    background-color: #505050;
}


#but1:hover {
    transform: scale(1.03,1.03);



}









