/* everything */
@import url('https://fonts.googleapis.com/css2?family=Arsenal+SC:ital,wght@0,400;0,700;1,400;1,700&display=swap');
*{
    color: rgb(230, 245, 248);
    font-family: arsenal sc;
}
/*tbc page */
.img{
    text-align: center;
    padding-top: 100px;
}

.text{
    text-align: center;
}

.home img{
    position: fixed;
    right: 10;
    top: 10;
    max-width: 50px;
}
/* happytuesday*/

.happytuesday{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
}


/*main page*/
ul{
    list-style-type: none;
}
footer{
    bottom: 0;
}
.sidebar-container{
    left: 0;
    width: 25%;
    background-color: rgb(13, 32, 66);
    background: linear-gradient(to bottom, rgba(53, 161, 143),rgb(10, 27, 42));
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
}

.profile img{
    border-radius: 15%;
    width: auto;
    height: 150px;
    overflow: hidden;
    opacity: .9;
}

.sidebar-container2{
    background-color: rgb(14, 14, 82);
    background: linear-gradient(to bottom, rgb(53, 161, 143),rgb(10, 27, 42));
    position: absolute;
  right: 15px;
  width: 15%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
a{
    color: paleturquoise;
}
header{
    text-align: center;
}

.main-content{
    padding: 25px;
    width: 50%;
    
}

.main-wrapper{
    float: left;
    text-align: center;
    display: inline-flex;
}

body{
    background-color: #041233;
    background-image: url(https://c.l3n.co/i/YtAUR9.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

footer{
    
    bottom: 10px;
    text-align: center;
}

.main-content, .sidebar-container, .sidebar-container2{
    float: left;
    text-align: center;
}