@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

.rogo img{
    margin-left: 0px;
    margin-top: 5px;
}

.sub1 img{
    margin-left: -10px;
    position: absolute;
}

.subbunn img{
    width: 360px;
    margin-left: 0px;
    margin-top: 700x;
    position: relative;
}

.botoon img{
    width: 360px;
    margin-top: 60px;
    position: absolute;
}

.botoon img {
    transition: 0.2s;   
}
  
.botoon img:hover {
    transform: scale(1.1);
}

.botoon2 img{
    width: 360px;
    margin-top: 220px;
    position: absolute;
}

.botoon2 img {
    transition: 0.2s;   
}
  
.botoon2 img:hover {
    transform: scale(1.1);
}

.botoon3 img{
    width: 360px;
    margin-top: 405px;
    position: absolute;
}

.botoon3 img {
    transition: 0.2s;   
}
  
.botoon3 img:hover {
    transform: scale(1.1);
}

.modoru img{
    width: 90px;
    margin-left: 90px;
    margin-top: 650px;
    position: absolute;
    padding: 50px;
}

.modoru img {
    transition: 0.2s;   
}
  
.modoru img:hover {
    transform: scale(1.1);
}
