
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* RESET */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
  
  cursor:url("https://babyvoxi.neocities.org/doll/doll_img/bvmouse3.png"),auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding:calc(8px + 1.5625vw);
  

}

header {
    background: #fff;
}
main {
    background: #fff;
}
footer {
    background: #fff;
}
.left-sidebar {
    background: #fff;
}
.right-sidebar {
    background: #fff;
}


.container {
    display: flex;
    flex-direction: column;
    width: 100%; 
    margin: 0 auto;
  
}



@media all and (min-width: 768px) {
    .container {
        flex-direction: row;
        flex-wrap: wrap;    
    } 
    header, 
    footer {
        width: 100%;
    }
    main {
        flex: 2;
        order: 2;
        min-height: 80vh;
    }
    
    .left-sidebar {
        order: 1;
        flex: 1;
    }
    .right-sidebar {
        flex: 1;
        order: 3;
    }
    footer {
        order: 4;
    }
}


/* header start */

header a {
  
  color: black;
  text-decoration: none;

}


header a:hover {
  
  color: black;
  text-decoration: none;
  cursor: help;

}


header p {
  
  font-size: 11px;
}



header {
  
  margin-bottom: 15px;
  
}


.img-space {
  
  background-color: #fd9ac6;
  padding: 5px;
 

}

/* header end */

/* nav bar start */


.navigation {
  background-color: #ed74aa;
  color: white;
  text-align: center;
 
}


.navigation a {
  color: white;
  text-decoration: none;
  
}

.navigation a:hover {
  color: white;
  cursor: help;
}


ul {
  display: flex;
  list-style: none; 
  padding: 0;
  margin: 0;
  justify-content: flex-start;
}


.links a{
  
  margin: 10px 15px 0;
  
}



.navigation .links li:not(:last-child)::after {
    content: " | ";
    color: #fff;
    opacity: .3;
}


.navigation .links {
  
padding: 3.5px 16px;
  
}



/* nav bar end */

/* left and right sidebar pink box start */


.side-boxs {
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  border: 2px solid #f49bc2;
  background: #fcedf4;
  width: 300px;
  margin:20px;
  padding: 10px;
}


.side-boxs a {
  
  color: black;
  text-decoration: none;
  
}


.side-boxs a:hover {
  
  color: black;
  text-decoration: none;
  cursor: help;
  
}


.side-boxs p {
  font-weight: normal;
  width: 250px;
  margin-top: 5px;
  margin-bottom: 5px;
}


.side-boxs h4 {
  background: #edc0d4;
  width: 100%;
  padding: 5px;
}

/* left and right sidebar pink box end */



/* Cafe icon image and cafe info text to the right wrapped in a container */

.container2{
  display: flex;
  align-items: center; 
  gap: 10px;
  width: 250px;
}

.left-image {
  width: 60px; 
  height: auto;
}

.right-text {
  display: flex;
  flex-direction: column;
  gap: 0px;
  
}

/* Cafe icon and cafe info text end */


/* site buttons styling start */


.web-buttons img {
    height: 33px;
    width: 88px;
    margin: 4px;
    border: 1px solid #333;
}

/* site buttons styling end */


/* Right clock box start */

.clock-box {
  display: inline-flex;
  place-items: center;
  gap: 10px;
  border: 1px solid #000;
  padding: 10px 18px;
  font-family: Arial, sans-serif;
  margin-left: 40px;
}

#ampm {
  font-size: 12px;
  font-weight: bold;
 
  padding: 2px 5px;
}

#time {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* Right clock box end */


/* misc styling start */




.side-boxs h3 {
  
 color: #f49bc2;
 text-align: center;
 margin: 5px;
  
}


 h3 {
  
 color: #f49bc2;

  
}



  .centering {

     text-align: center;
    
}
    
    
  h5 {
     
     margin-bottom: 30px;
     
     
   }
    
    
    h4{
      
         margin-bottom: 10px;
      
    }
    

h3,p{
  
  margin: 10px;
  
}


footer {
  
  text-align: center;
  background: #ed74aa;
  color: white;
  
}


footer a{
  
  color: white;
  
}


footer a:hover{
  
  color: black;
  cursor: help;
  
}


/* misc styling end */


   .cafe-post {
  
    width: 620px;
    
}



