*{
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar {
    width: 0;
  }

body{
    background-color: #1B1B1B;
    position: relative;
    
    /* overflow: hidden; */
}
.aurora{
    position: absolute;
    right: 350px;
    top: 100px;
    z-index: -1;    
}
.aurora > div{
    height: 1000px;
    width: 400px;
    position: fixed;
    background-image: url("img/aurora.svg");
    background-repeat: no-repeat;
    filter: blur(60px);
    /* background-attachment:fixed; */
    
}
@media screen and (min-width: 1024px) {
    .aurora{
        right: 400px;
    }
    .aurora>div{
        width: 600px;
        background-size: 600px;
        filter: blur(100px);
    }
}
.container-sites{
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
    padding: 2%;
}
.site-1{
    height: 300px;
    display: flex;
    flex-direction: column;
}
.site-1 a img{
    filter: invert(100%);
}
.site-1 a{
    position: relative;
    top: 32px;
    width: 32px;
    height: 32px;
}
.site-1 iframe{
    width: 100%;
    height: 100%;
    max-width: 900px;
}
.site-1 a:hover{
    box-shadow: 0px 0px 35px 0px rgba(250,123,96,0.5),
    0px 0px 20px 0px rgba(246,198,188,1);
    border-radius: 5px; 
}
.site-2{
    text-align: center;
}
.site-2 iframe{
    width: 100%;
    height: 100%;
    max-width: 900px;
}
/* .site-2 img{
    width: 100%;
    max-width: 900px;
    width: 80%;
    margin: 10px;
} */
.site-2 a:hover{
    box-shadow: 0px 0px 35px 0px rgba(250,123,96,1),
    0px 0px 20px 0px rgba(246,198,188,1);
    margin: 5px;
    border-radius: 5px;

}
.site-2 a{
    position: absolute;
    top: 32px;
    width: 32px;
    height: 32px;
}
.site-2 img{
    filter: invert(100%);

}
.site-3 iframe{
    width: 100%;
    height: 100%;
}
/* .site-3 img{
    width: 100%;
    max-width: 900px;
} */
.site-3 a:hover{
    box-shadow: 0px 0px 15px 0px rgba(250,123,96,1),
    0px 0px 20px 0px rgba(246,198,188,1);
    border-radius: 5px;
    margin: 5px;

}
.site-4 iframe{
    width: 100%;
    min-height: 250px;
    height: 100%;
    background-color: white;
    /* grid-column: span 2; */
}
/* p{
    border: solid #fff 1px;
    color: aliceblue;
    padding: 10px;
    margin: 20px;
    font-size: large;
    text-align: center;
} */

.container-widgets{
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 30px;
}
.to-do{
    grid-column: span 3;

}
.to-do iframe{
    width: 100%;
    height: 300px; 
    border: none;
    /* border: solid red 2px; */
}
.weather {
    grid-column: span 1;
    text-align: center;
}
.weather iframe{
    width: 100%;
    height: 500px;
    border: none;
}
.tabs{
    grid-column: span 2;
    text-align: center;
    margin: 5%;
}
.tabs iframe{

    width: 100%;
    height: 400px;
    border: none;
}
.accordion{
    grid-column: 3;
}
.accordion iframe{
    width: 100%;
    height: 400px;
    background-color: rgba(240, 248, 255, 0.227);
    /* border: solid red 2px; */

}
.gallery{
    grid-column: span 2 ;
}
.gallery iframe{
    width: 100%;
    height: 350px;
}
