@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap');
* {
    box-sizing: border-box;
  }
  
body{
    margin: 0;
    padding: 0;
}
.bb{
    height: 870px;
    width:1520px;
    margin:0;
    padding: 0;
    border:0;
    background-color: rgb(36, 35, 35);
}
.hh{
    color:white;
    font-size: 50px;
    font-family: spartan;
    letter-spacing: 0px;
    font-weight: 500;
    padding-left: 550px;
    padding-top: 250px;
}
.img1{
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
}
.img2{
    width:170px;
    height:170px;
    margin: 0;
    padding: 0;
}
.img3{
    width:170px;
    height:170px;
    margin: 0;
    padding: 0;
}
.but1{
    width:170px;
    height:170px;
    margin-left: 500px;
    margin-top: 30px;
    background-color:transparent ;
    border:0;
}
.but1:hover{
    border:1px solid #2289E5;
    transition: background-color 2s ease,border 2s ease,box-shadow 2s ease;
    box-shadow:5px 5px 5px 5px  #2289E5;
    background-color: #2289E5;
}
.but2{
    width:170px;
    height:170px;
    margin-left: 20px;
    margin-top: 30px;
    background-color:transparent ;
    border:0;
}
.but2:hover{
    border:1px solid red;
    transition: background-color 2s ease,border 2s ease,box-shadow 2s ease;
    box-shadow:5px 5px 20px 20px  black;
    background-color: black;
}
.but3{
    width:170px;
    height:170px;
    margin-left: 20px;
    margin-top: 30px;
    background-color:transparent ;
    border:0;
}
.but3:hover{
    border:1px solid #FF000B;
    transition: background-color 2s ease,border 2s ease,box-shadow 2s ease;
    box-shadow:5px 5px 5px 5px #FF000B;
    background-color: #FF000B;
}
.h1{
    position:absolute;
    color:white;
    font-size: 25px;
    font-family: sans-serif;
    letter-spacing: 0px;
    font-weight: 500;
    padding-left: 540px;
    padding-top: 0px;
}
.h3{
    position:absolute;
    color:white;
    font-size: 25px;
    font-family: sans-serif;
    letter-spacing: 0px;
    font-weight: 500;
    padding-left: 930px;
    padding-top: 0px;
}
.h2{
    color:white;
    position:absolute;
    font-size: 25px;
    font-family: sans-serif;
    letter-spacing: 0px;
    font-weight: 500;
    padding-left: 735px;
    padding-bottom: -100px;
}